This practice is not recommended anymore, yet still found in many enterprises.

  • boredsquirrel
    link
    fedilink
    2
    edit-2
    8 months ago

    Max. 16 characters

    (Still remember: if they have a password length limit, they store the password in plain text! If they do that in the backend. They can do that in the frontend too, in the browser with javascript, which is safe.)

      • Sibbo
        link
        fedilink
        28 months ago

        No, that means they don’t like DoS attacks.

        • slazer2au
          link
          fedilink
          English
          38 months ago

          Does anyone like being on a receiving end of those?

      • @[email protected]
        link
        fedilink
        78 months ago

        He should have said a short length limit, it’s still recommended to have a length limit of some sort (I think 64 is the official recommendation) to prevent people from doing shit like pasting the entire Shrek script as a password (because you KNOW some people will lol)

      • boredsquirrel
        link
        fedilink
        18 months ago

        I think they could also check that length with Javascript in the browser. Dont know, you should ask the devs.

    • @[email protected]
      link
      fedilink
      18 months ago

      Why would you say that? Services are able to require special characters, variable casing and numbers. Why would the reqirement of max length of the password cause the storage to succumb to plain text?

      • boredsquirrel
        link
        fedilink
        18 months ago

        This simply depends on if they do that in the browser with Javascript (good) or on the backend.

        So yes, the statement that I copied from someone else is not always true.

  • peto (he/him)
    link
    fedilink
    English
    48 months ago

    Man, so often do I get half way through my password to realise I’m now typing my old words.

  • @[email protected]
    link
    fedilink
    English
    198 months ago

    My company’s HR system (like, time off, time clock, etc.) asks for a new password every 3 months, but it doesn’t give any fucks at all if you just reuse the current password apparently. I’ve been “changing” it to the same thing for like a year now.

    • @[email protected]
      link
      fedilink
      178 months ago

      Which is often a lot more secure than requiring you to create a new password. Requiring a new password frequently leads to people making memorable passwords which are a lot less secure than a good password which is kept for years.

      A few years back, my company suffered a big cyber attack where the attack vector was the credentials of a high level user who frequently changed their password to the year and month for next password change, i.e. “2018october”. Apparently this was common enough that the attackers were able to brute force/guess it.

    • @[email protected]
      link
      fedilink
      48 months ago

      I prefer that.

      I’ve changed my password 11 times since I worked at this job.

      How do I know that? Because my solution has been password+1.

  • @[email protected]
    link
    fedilink
    78 months ago

    Gotta do mine twice a year, always needs to be new, have a number, and a special character. It was annoying because I’m a pass phrase kind of person, but found it’s not too hard to just add the year and exclamation marks for each password change into my passphrase.

    Plus password managers exist so whatever.

    • Owl
      link
      fedilink
      28 months ago

      Can’t you just have two passphrases and alternate between them ?

      • @[email protected]
        link
        fedilink
        48 months ago

        Nope, has to be new and unique every time. Their system keeps every password I’ve ever had, which if you think of it, is a really bad liability if they’re hacked.

      • @[email protected]
        link
        fedilink
        English
        28 months ago

        For me, no. Can’t be the same or too similar to the past 4-5 passwords and has to be 14 characters long.

        • Owl
          link
          fedilink
          38 months ago

          Oh, as a french philosopher said:

          “Never has so much spirit been put into making us stupid.” -Voltaire

  • @[email protected]
    link
    fedilink
    188 months ago

    I’m convinced this isn’t particularly secure because it just results in the following. Mandatory password change, password can’t be any of your last six, bla bla bla. Boom rotating stock of my last six, you happy?

    “BOB-CEMU” “BOB-MERC” “BOB-SIVA” “BOB-MILK” “BOB-CERA” “BOB-DELT”

    • @[email protected]
      link
      fedilink
      17
      edit-2
      8 months ago

      Had one company where you couldn’t use the same password for 12 months, 10 digit minimum, and had to change it every month

      My very secure password series at the time.

      DumbP@ss#01

      DumbP@ss#02

      DumbP@ss#03

  • @[email protected]
    link
    fedilink
    English
    388 months ago

    This 90 days password change BS, is the worst security risk there is. Do you know how many people have Summer2024 as their work computer password because of this system? too damn many! Not to mention the problem it creates for older folks who have a hard time with the change and most times end up locking them selves out. It creates far more chaos than anything secure, which I have been explaining to my company and they still enforce it for their clients.

    • @[email protected]
      link
      fedilink
      98 months ago

      Summer2024 is their password? Jeez. What a idiot.

      Mine is a proper set of lowercase and uppercase characters, numbers, and symbols, written in a post-it note and taped to my laptop.

    • DefederateLemmyMl
      link
      fedilink
      English
      10
      edit-2
      8 months ago

      It’s often due to the security department following outdated standards. Nowadays NIST recommends the following:

      Verifiers SHOULD NOT impose other composition rules (e.g., requiring mixtures of different character types or prohibiting consecutively repeated characters) for memorized secrets. Verifiers SHOULD NOT require memorized secrets to be changed arbitrarily (e.g., periodically). However, verifiers SHALL force a change if there is evidence of compromise of the authenticator.

      Source: https://pages.nist.gov/800-63-3/sp800-63b.html

      That said, the company I work for violates all of the above rules …

  • Sibbo
    link
    fedilink
    28 months ago

    Any source about why changing a password regularly is not recommended?

    • @[email protected]OP
      link
      fedilink
      218 months ago

      The most prominent source is NIST, which states:

      Verifiers SHOULD NOT require memorized secrets to be changed arbitrarily (e.g., periodically). However, verifiers SHALL force a change if there is evidence of compromise of the authenticator. (source)

      I found an explanation on a different site:

      It’s difficult enough to remember one good password a year. And since users often have numerous passwords to remember already, they often resort to changing their passwords in predictable patterns, such as adding a single character to the end of their last password or replacing a letter with a symbol that looks like it (such as $ instead of S).

    • @[email protected]
      link
      fedilink
      98 months ago

      NIST seems to have it as a guideline for memorised secrets:

      Verifiers SHOULD NOT impose other composition rules (e.g., requiring mixtures of different character types or prohibiting consecutively repeated characters) for memorized secrets. Verifiers SHOULD NOT require memorized secrets to be changed arbitrarily (e.g., periodically). However, verifiers SHALL force a change if there is evidence of compromise of the authenticator.

  • @[email protected]
    link
    fedilink
    98 months ago

    Never is too long. Monthly is way to short. I like the idea of doing it yearly in conjunction with other it security awareness and training campaigns.

    • @[email protected]
      link
      fedilink
      10
      edit-2
      8 months ago

      Never is too long.

      Why? Frequent password changes have been shown to result in weaker passwords. What’s wrong with keeping a strong one indefinitely? I mean an actual strong one not one character more than what’s currently bruteforceable.

      • @[email protected]
        link
        fedilink
        28 months ago

        Overtime people will slip up and leak their passwords. Maybe they accidentally log in with it in the username field (causing it to get logged), leave it on a forgotten postit note, share it with a spouse, used it for a 3rd party service, wore a pattern into their keyboard, etc. None of those are that big of a deal or all that common, but added up with enough time and people and the risk accumulates. A infrequent but regular password reset helps to mitigate that risk.

        Regular password resets can also help to prevent password reuse. Suppose someone uses their work password for netflix, then work requires a password change. How likely are they to manually sync the netflix password back to match the one they use for work?

        Of course there are much better ways to mitigate risk. E.g. multifactor authentication. But a major security principal is defense in depth, and I think reasonably infrequent (e.g. no more than once per year) password resets have a place in that.

        This goes for physical keys as well. If it is your house and you are certain no one untrustworthy has your key, then fine. But for a larger org with multiple people and turnover. Sooner or later keys will get lost, misplaced, etc. Rekeying the locks (maybe every 5 years, maybe every 25 years) has merit.

      • @[email protected]
        link
        fedilink
        28 months ago

        Forever is vulnerable to phishing attacks, same reason why monthly is getting discouraged. Monthly is weaker because the average person does slight variation, which attackers LOVE.

        • @[email protected]
          link
          fedilink
          38 months ago

          Frequent password changes don’t protect against phishing.

          And while a high frequency like monthly changes will probably result in even weaker passwords, also yearly changes will make people choose weak passwords.

    • @[email protected]
      link
      fedilink
      68 months ago

      Agreed. My last job, we were forced to change all service account passwords annually but our personal passwords every month or two.

      My current job has more domains and systems so I have so many more passwords with varying complexity and age requirements. I just set a calendar event for every four weeks (one expires just under 5 weeks) and change them all to the same generated password that meets all the common requirements and I save it in my password manager.

      So every four weeks, it’s seriously this hour+ long ritual for virtually no enhanced security reason.

      • @[email protected]
        link
        fedilink
        18 months ago

        Have you considered scripting it? For a while I worked at a place that required changing passwords every 60 days and it couldn’t have been one of your previous 24 passwords. When checking out the policy I noticed there was no minimum password age so a quick for loop later and Bob becomes your mother’s brother. Quickly cycling through 24 random passwords and back to my secure one and no more just adding the month/year.

        Of course I reported it to cyber and about a year later they added a minimum age, now I’m hoping to get them to address an issue in AD that sidesteps changing passwords (though that one may be around for a while).

        • @[email protected]
          link
          fedilink
          28 months ago

          Unfortunately I don’t think that’s possible for my situation. Most of my passwords require logging into a portal and accepting terms of agreements.

          • @[email protected]
            link
            fedilink
            18 months ago

            Yeah, future me wonders why I even suggested it, I’m sure it probably violates the spirit of password change requirements.

            • @[email protected]
              link
              fedilink
              28 months ago

              I mean it’s a clever solution for those without password manages. Plus most of the suggestions in these comments violate the spirit of password change requirements.

  • @[email protected]
    link
    fedilink
    78 months ago

    My company changed the policy to increase the time between password changes. To compensate, they increased the required password length.

    Neither of these policy changes were communicated to the employees. The expiry time tells you when it arrives (don’t tell me you change it before it expires, good for you if you do), but if your new password doesn’t meet the policy requirements it doesn’t tell you what they are. The support request response indicated the minimum length was three letters longer. The only good thing about this ordeal is that I get paid by the hour.

  • Lad
    link
    fedilink
    28 months ago

    !=bfVzh5k&nbsA|+|ZuFc=k25D5zUQ*34QDjK gang

  • @[email protected]
    link
    fedilink
    English
    518 months ago

    Hell, I don’t even know my passwords. My password manager does. Sometimes I forget the main password but thankfully my fingers don’t, unless I start thinking about it.

    • @[email protected]
      link
      fedilink
      108 months ago

      How do you use your password manager to log into your PC. I mean with the AD password you’re changing monthly with “high complexity”? Cause that’s the actual problem scenario in enterprises.

      If someone asks me to change some normal password, I really don’t care, just like you (cause password manager), but the main login scenario just isn’t solved with one.

  • @[email protected]
    link
    fedilink
    28 months ago

    Yeah, but I’m more used to them saying “occasional overtime” when they mean “5-10 hours mandatory overtime, unless it’s actually busy, because we refuse to hire enough people to fill all the open positions.” Because there’s nothing smarter than giving all your sales staff enormous bonuses while the grunts on the floor are over 6 months behind for lack of adequate staffing.

    • zewm
      link
      fedilink
      English
      18 months ago

      Did you reply to the wrong post?