• @hth@lemmy.world
    link
    fedilink
    English
    116
    edit-2
    11 months ago

    Anytime you see a password length cap you know they are not following current security standards. If they aren’t following them for something so simple and visible, you’d better believe it’s a rat infested pile of hot garbage under the hood, as evidenced here.

    • Primarily0617
      link
      fedilink
      57
      edit-2
      11 months ago

      you have to limit it somewhere or you’re opening yourself up for a DoS attack

      password hashing algorithms are literally designed to be resource intensive

        • Primarily0617
          link
          fedilink
          12
          edit-2
          11 months ago

          Incorrect.

          They’re designed to be resource intensive to calculate to make them harder to brute force, and impossible to reverse.

          Some literally have a parameter which acts as a sliding scale for how difficult they are to calculate, so that you can increase security as hardware power advances.

          • @confusedbytheBasics@lemmy.world
            link
            fedilink
            English
            111 months ago

            I was incorrect but I still disagree with you. The hashing function is not designed to be resource intensive but to have a controlled cost. Key stretching by adding rounds repeats the controlled cost to make computing the final hash more expensive but the message length passed to the function isn’t really an issue. After the first round it doesn’t matter if the message length was 10, 128, or 1024 bytes because each round after is only getting exactly the number of bytes the one way hash outputs.

            • Primarily0617
              link
              fedilink
              211 months ago

              It depends on the hash. E.g., OWASP only recommends 2 iterations of Argon2id as a minimum.

              Yes, a hashing function is designed to be resource intensive, since that’s what makes it hard to brute force. No, a hashing function isn’t designed to be infinitely expensive, because that would be insane. Yes, it’s still a bad thing to provide somebody with a force multiplier like that if they want to run a denial-of-service.

              • @confusedbytheBasics@lemmy.world
                link
                fedilink
                English
                111 months ago

                I’m a bit behind on password specific hashing techniques. Thanks for the education.

                My background more in general purpose one way hashing functions where we want to be able to calculate hashes quickly, without collisions, and using a consistent amount of resources.

                If the goal is to be resource intensive why don’t modern hashing functions designed to use more resources? What’s the technical problem keeping Argon2 from being designed to eat even more cycles?

                • Primarily0617
                  link
                  fedilink
                  1
                  edit-2
                  11 months ago

                  Argon2 has parameters that allow you to specify the execution time, the memory required, and the degree of parallelism.

                  But at a certain point you get diminishing returns and you’re just wasting resources. It seems like a similar question to why not just use massive encryption keys.

        • andrew
          link
          fedilink
          English
          311 months ago

          Not true. Password hashing algorithms should be resource intensive enough to prevent brute force calculation from being a viable route. This is why bcrypt stores a salt, a hash, and the current number of rounds. That number of rounds should increase as CPUs get faster to prevent older hashes from existing in the wild which can be more effectively broken by newer CPUs.

          • @confusedbytheBasics@lemmy.world
            link
            fedilink
            English
            211 months ago

            I was incorrect about the goal being minimal resources. I should have written that that goal was to have controlled resource usage. The salt does not increase the expense of the the hash function. Key stretching techniques like adding rounds increase the expense to reach the final hash output but does not increase the expense of the hash function. High password length allowances of several thousand characters should not lead to a denial of service attack but they don’t materially increase security after a certain length either.

            • andrew
              link
              fedilink
              English
              211 months ago

              I’m arguing semantics here but bcrypt is the hashing function. Per the Wikipedia article on bcrypt:

              bcrypt is a password-hashing function designed by Niels Provos and David Mazières, based on the Blowfish cipher and presented at USENIX in 1999.

              Blowfish being a symmetric encryption cipher, not a hashing function.

              Agreed on the rest, though. The hashing cost of a long password would not lead to DOS any more than the bandwidth of accepting that password etc. It’s not the bottleneck. But also no extra security beyond a point, so might as well not bother when passwords are too long.

    • crunchyoutside
      link
      fedilink
      5411 months ago

      Are you saying that any site which does not allow a 27 yobibyte long password is not following current security standards?
      I think a 128 character cap is a very reasonable compromise between security and sanity.

    • @Saneless@lemmy.world
      link
      fedilink
      English
      2211 months ago

      At least it’s 128

      I had a phone carrier that changed from a pin to a “password” but it couldn’t be more than 4 characters

    • @intensely_human@lemm.ee
      link
      fedilink
      English
      1811 months ago

      At my job they just forced me to use a minimum 15-character password. Apparently my password got compromised, or at least that was someone’s speculation because apparently not everyone is required to have a 15-char password.

      My job is retail, and I type my password about 50 times a day in the open, while customers and coworkers and security cameras are watching me.

      I honestly don’t know how I’m expected to keep my password secure in these circumstances. We should have physical keys or biometrics for this. Passwords are only useful when you enter them in private.

      • @captainlezbian@lemmy.world
        link
        fedilink
        English
        1011 months ago

        Yeah you should have a key card. Like not even from a security perspective but from an efficiency one. Tap a keycard somewhere that would be easily seen if an unauthorized person were to even touch or even swipe it if need be. I’m sick and tired of passwords at workplaces when they can be helped

        • @intensely_human@lemm.ee
          link
          fedilink
          English
          211 months ago

          It’s an enormous corporation. They’d have to outfit every computer in the building for the yubikey. It’s not going to happen.

    • DreamButt
      link
      fedilink
      English
      1611 months ago

      In theory yes. But in practice the DB will almost always have some cap on the field length. They could just be exposing that all the way forward. Especially depending on their infastructure it could very well be that whatever modeling system they use is tightly integrated with their form generation too. So the dev (junior or otherwise) thought it would be a good idea to be explicit about the requirement

      That said, you are right that this is still wrong. They should use something with a large enough cap that it doesn’t matter and also remove the copy telling the use what that cap is

        • @intensely_human@lemm.ee
          link
          fedilink
          English
          1011 months ago

          Right but that puts a limit on the hash algorithm’s input length. After a certain length you can’t guarantee a lack of collisions.

          Of course the probability stays low, but at a certain point it becomes possible.

          • @brygphilomena@lemmy.world
            link
            fedilink
            English
            611 months ago

            Collisions have always been a low concern. If, for arguments sake, I.hate.password. had a collision with another random password like kag63!gskfh-$93+"ja the odds of the collision password being cracked would be virtually non-existent. It’s not a statistically probable occurrence to be worried about.

          • @__dev@lemmy.world
            link
            fedilink
            English
            011 months ago

            This is plainly false. Hash collisions aren’t more likely for longer passwords and there’s no guarantee there aren’t collisions for inputs smaller than the hash size. The way secure hashing algorithms avoid collisions is by making them astronomically unlikely and that doesn’t change for longer inputs.

        • DreamButt
          link
          fedilink
          English
          611 months ago

          yup yup. Forgot we were talking about a protected field and not just raw data

      • @BorgDrone@lemmy.one
        link
        fedilink
        English
        2011 months ago

        You misunderstand the issue. The length of the password should not have any effect on the size of the database field. The fact that it apparently does is a huge red flag. You hash the password and store the hash in the db. For example, a sha256 hash is always 32 bytes long, no matter how much data you feed into it (btw, don’t use sha256 to hash passwords, it was just an example. It’s not a suitable password hashing algorithm as it’s not slow enough).

        • DreamButt
          link
          fedilink
          English
          411 months ago

          ur absolutely right. Idk why I was thinking about it like a normal text/char field

    • Skull giver
      link
      fedilink
      English
      5
      edit-2
      7 months ago

      [This comment has been deleted by an automated system]

  • @baseless_discourse@mander.xyz
    link
    fedilink
    English
    4611 months ago

    I know this a a joke, but please use a password manager, it is such a game changer.

    Bitwarden is free and E2E encrypted and if you want additonal feature, they only cost 10 bucks pre year. You can even use it with anonaddy to hide your email, which is also totally free and open source.

  • Wolf Link 🐺
    link
    fedilink
    English
    3111 months ago

    I know it’s annoying that the password “doesn’t match”, but … a 128 character limit?! I’d like to see THAT fully utilized lol.

    (PS: the sentence above is exactly 128 characters, just for a comparison.)

    …and I bet once you want to change it you get the “your new password can not be the old password” error message just because.

    • Vii
      link
      fedilink
      English
      1911 months ago

      An acquaintance of mine has a 36 characters long passcode for his tablet that he manually puts in every time he wants to use it.

      And you can use password managers to make secure passwords without ever having to input them yourself.

      • @muzzle@lemmy.world
        link
        fedilink
        English
        2211 months ago

        That is a very good idea if you want to disincentivise yourself from using your tablet

        • Vii
          link
          fedilink
          English
          511 months ago

          He doesnt use it outside of school stuff and even then prefers to write things on paper, I dont think that he has to make disincentives.

    • @Resolute3542@lemmynsfw.com
      link
      fedilink
      English
      311 months ago

      I mean there is bitwarden, which literally can generate you strong random unique passwords for each site. Not really hard these days, I personally have unique one for every site but cap mine around 36 characters when generating passwords. Depends on the website tho.

    • The Pantser
      link
      fedilink
      English
      211 months ago

      My favorite was when I changed my password and they allowed different restrictions on the change password screen than they did when logging in. I changed my password to a 24 character one but log in screen only allows for max 16. I think they were truncating somewhere but I could not figure it out. Also could not change it again as it said it was incorrect.

  • 🇰 🔵 🇱 🇦 🇳 🇦 🇰 ℹ️
    link
    fedilink
    English
    2111 months ago

    This is even more infuriating than getting “password incorrect” going in and getting a recovery password, then trying to change passwords to the one you initially used and getting “new password can’t be the same as old password.”

  • @douglasg14b@lemmy.world
    link
    fedilink
    English
    1211 months ago

    Yikes… This thread is a wasteland of misinformation and mininformers arguing with other mininformers about who’s misinformation is less ill informed.

    This thread is:

    • 50% technology illiteracy
    • 25% Dunning Kruger valley
    • 10% Actual knowledge
    • Everyone else just here for the ride
      • CommunityLinkFixerBotB
        link
        English
        1111 months ago

        Hi there! Looks like you linked to a Lemmy community using a URL instead of its name, which doesn’t work well for people on different instances. Try fixing it like this: !softwaregore@lemmy.world

          • Echo Dot
            link
            fedilink
            English
            111 months ago

            Yeah it’s a big that needs looking at.

            Also try changing your volume.

            • Kuro
              link
              fedilink
              English
              211 months ago

              Hi, just wanted to say both issues are now fixed in case they were frustrating you!

              • Echo Dot
                link
                fedilink
                English
                1
                edit-2
                11 months ago

                Clicking the link literally still takes me to the user page.

    • @douglasg14b@lemmy.world
      link
      fedilink
      English
      1
      edit-2
      11 months ago

      It’ll just end up as much of a mess as the reddit one unless it’s actually moderated by folks involved in software development.

      Pics of every test email, intern tweet, off center icon, or misspelled SMS message are not software gore. The stuff every application everywhere has isn’t gore, it’s normal, mundane, every day stuff.

      Edit: Looks like it exists already, and I’m right. It’s not really software gore, more like software paper cuts.

    • @NewNewAccount@lemmy.world
      link
      fedilink
      English
      2111 months ago

      That’s not the issue here as the special character check passes. It’s the validation between the two fields that’s broken.

      • @Taxxor@lemm.ee
        link
        fedilink
        English
        1911 months ago

        Most probably not broken at all.

        I.hate.password.
        l.hate.password.

        The first is a capital i, the second is a lower case L.

        • glibg10b
          link
          fedilink
          English
          1311 months ago

          I noticed as well. I tested for it by zooming in and seeing if their tops align with the top of the h. Capital I is shorter than lower case L

      • 🇨🅾️🇰🅰️N🇪OP
        link
        fedilink
        English
        311 months ago

        OP here, reading all the comments and theories as to why the I or L or whatever isn’t a match. I copy and pasted it after it didn’t like my typing skills, tried it twice and no go… I believe the periods aren’t an acceptable special character even though they technically are. It also would not accept spaces in-between words, I was first gonna use “I hate password” for my password but no go there.

        The password it accepted was weak AF, two “stupid-words” strung together.

    • @Polydextrous@lemmy.world
      link
      fedilink
      English
      1511 months ago

      No, one is an uppercase “I” while the other is a lowercase “L.” lI — you can see the difference when you compare it to the nearby “h.”

  • AerM
    link
    fedilink
    English
    111 months ago

    User error can still be mildly infuriating, I’m not removing this post. Thanks!