This is a rant about dumb password policies enforced by some websites or apps. If you see these password rules forced to you, try to stay away if possible.

Can’t use special characters, or use a pre-defined special characters only

Are you storing the password in plaintext that your database will break when have special characters?

Password can’t be longer than X characters

Most probably storing the password in plaintext and their database column is limited to those characters limit.

Password expire every X months, without notice, suddenly can’t login. Reset it and can’t use the last 5 passwords

They store your previous passwords, either encrypted or plaintext.

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

    The biggest red flag is when they try and stop you from pasting your password (or anything else for that matter) breaking password managers.

    There are years-long arguments on social media with companies who do this with actual security experts telling them they’re hurting security (including referencing organisations like the UK’s National Cyber Security Centre) and their only response is “we don’t allow pasting for security reasons” but they can never explain how it helps security - because it doesn’t. It drives me mad.

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

      I had one recently that (when changing / creating the password) would allow you paste into the “new password” field but not the “confirm password” field. Super annoying.

      I just opened dev tools, pasted it into the “value” property for the control, and kept on truckin’. Just nuts that had to be done though.

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

        Lots of sites do it on the email fields for some reason. I’m far more likely to miss type my email address, twice, than my password manager is likely to somehow complete it wrong.

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

    “Cannot use a sequence of characters used in any previous password,” or “Cannot use a previous password backwards.” Those are sure fire indicators that they’re storing your passwords in plain text.

    I used to have a bank that had the first rule. Emphasis: Used to.

    And putting an upperbound length limit on passwords is pants-on-head loony, unless the length limit is very large, like 1024 characters or something. Especially if it’s going to be hashed anyway.

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

      Some password hashing functions have a maximum input length. That could be a reason for some of the requirements. E.g. if I remember correctly, bcrypt used a maximum of 60 characters, while still being an ok choice for a hashing function

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

        Well, sure. But in that case it should be the max length of whatever the hash method is. The full 60 characters, and not something dumb like 12.

    • @[email protected]
      link
      fedilink
      English
      2
      edit-2
      11 months ago

      My bank has a rule that your password needs to be exactly 5 characters. It’s completely nonsensical. Thankfully, a few years ago they at least implemented two factor authentication so there’s some safety. Otherwise I would probably change to a different bank.

  • root
    link
    fedilink
    English
    1311 months ago

    Work for a hospital chain in IT and we have an application has a 1-10 character, no specials policy LOL

  • deejay4am
    link
    fedilink
    English
    1111 months ago

    I forgot my password to a local government site once and they emailed me my plaintext password. Wtf.

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

      There was a service in a company I worked for that also send you your password in plain text by email. I reported it to the infosec department and they were like yeah, we know, but the system is not important and we don’t care. Mf don’t know that people reuse their passwords everywhere??

    • @techconsulnerdOP
      link
      English
      311 months ago

      Happened to me too. Who’s the dumb government vendor doing these applications?

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

    They don’t need to store previous passwords to prevent reuse, they just need to store the hashes. This is safe.

    • @techconsulnerdOP
      link
      English
      311 months ago

      You wouldn’t know if they hash it or not.

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

        You don’t know if they hash your current password either. Storing the last X passwords is not any reason to infer that they are plain text.

        Chances are very good that they’ll hash previous passwords if they hash the current one.

  • keeb420
    link
    fedilink
    711 months ago

    My works payroll bullshit, you mightve heard of the company, makes us change the password every so often and it can’t be one we used before. I work in a warehouse driving a forklift. There are people who can barely operate the computers they installed 5+ years ago still. It’s dumb af. But no one would listen to me on it so I don’t even bother.

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

    My old bank would reject passwords that didn’t start with a letter. Numbers and symbols were required, but you couldn’t use them as the first character for some reason. Infuriating.

  • MrMobius
    link
    fedilink
    English
    311 months ago

    Most places where I’ve seen those annoying rules are official websites of my country’s institutions… Hard to make do without them.

  • @[email protected]
    link
    fedilink
    English
    -4
    edit-2
    11 months ago

    Places like Flickr can go fuck themselves because they want 12-character password limits. 12! Some people can barely even remember a 6 string password much less one that’s 12.

    Why 12? “SECURITY!” they’d spam. I’ve found it more secure to have a mix of special characters, lowercase/uppercase and numbers than the longer string of a password. Just means you’re going to increase the volume of people having to reset their passwords now and then because you required them to make it 12 characters long.

    I don’t understand why people would like 12 characters…