Largest Study of its Kind Shows Outdated Password Practices are Widespread::undefined

  • r00ty@kbin.life
    link
    fedilink
    arrow-up
    6
    ·
    7 months ago

    I think enforcing complex characters is outdated. Allowing them is enough, since someone brute forcing still needs to consider them. Of course they could try all lower, then mixed, then including complex characters in that order to catch those that don’t. But still, it’s better to have a password made up of compound words that is longer, than S0meth!ngV3ryC0nvolu73D. Or just pure random (aka password generator)

    My main issue is places that have a maximum password length. This is firstly a limitation on security, but more importantly throws a red flag because of the potential reasons for having a password length limit!

    • 9point6@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      7 months ago

      Depends on the limit really, if the limit is 32 characters or something like that, definite red flag.

      If the limit is something like 250 or more characters, I’m more inclined to believe it’s basic protection from all the things that can go wrong when someone repeatedly POSTs whatever the maximum amount of garbage that your server’s request limit allows, at an API that performs cryptographic work.