Here is the text of the NIST sp800-63b Digital Identity Guidelines.

  • dual_sport_dork 🐧🗡️@lemmy.world
    link
    fedilink
    English
    arrow-up
    19
    ·
    7 hours ago

    Characters are characters. The system I just wrote will accept anything, because the first thing I do with it is hash it. If you want to make your password:

    ░▒▓█ ʥ۞ݔݯݲݸݴݺ '; drop table users; 🤣💩ʩ █▓▒░

    Then go for it. More power to you for typing that out or, more likely, letting your password manager remember it. Make your password as entropic as you can manage, I don’t care how you arrive there.

    • sugar_in_your_tea@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      10
      ·
      6 hours ago

      Yup. All I care is that your password isn’t the entire works of Shakespeare or something like that. A couple hundred characters/bytes? You do you.

      What really bothers me is when a website says something like: must have a special character, except these ones (proceeds to list everything except @ and !). And then the next one has the same rule, but different exceptions.

      Passwords should be treated as a black box, just read it as bytes and throw it into the hash algorithm. You want to somehow enter a nyan cat? Be my guest, no guarantee the input box will accept it though.

      • Corhen@lemmy.world
        link
        fedilink
        English
        arrow-up
        6
        ·
        5 hours ago

        also: “password is too long, max password length is 12 digits”

        Why… like, sure, cap it at 256 or something reasonable. but ive run into as low as 9 digits.

        • dan@upvote.au
          link
          fedilink
          English
          arrow-up
          4
          ·
          edit-2
          3 hours ago

          One of the four major banks in Australia used to (or maybe still does?) limit passwords to 6 characters. No more, no less. Exactly 6. They’re case insensitive, too.

          One of the other banks used to silently truncate passwords (to 12 characters if I remember correctly). They removed the truncation one day, and there were so many issues because people who had passwords longer than 12 characters couldn’t log in unless they knew to only enter the first 12 characters of it. It was a mess. Their phone support had a recorded message saying to only enter the first 12 characters if you have trouble logging in.

        • Sneezydinosaur@lemmy.world
          link
          fedilink
          English
          arrow-up
          4
          ·
          5 hours ago

          I had a simulator for school truncate after like 13 characters. And nowhere on their page did it specify a character limit. Would still accept an input of like 64 characters though. Got locked out of that account many times.

          • Hazor@lemmy.world
            link
            fedilink
            English
            arrow-up
            4
            ·
            5 hours ago

            I’ve run into similar: on the account creation page there was no character limit on the input box nor stated in the password requirements, but on the login page the password input box was limited to 14 characters. So you could successfully create an account with a long password, you just couldn’t log in because it wouldn’t let you enter the whole password.