We’ve all been there.

  • teft
    link
    fedilink
    English
    arrow-up
    21
    arrow-down
    1
    ·
    3 years ago

    You could store the passwords as hashes and just compare the hashed value.

    • average650
      link
      fedilink
      English
      arrow-up
      32
      arrow-down
      1
      ·
      3 years ago

      yes, but then they are not salted, which is what they should be doing.

      • pewter
        link
        fedilink
        English
        arrow-up
        18
        ·
        3 years ago

        True, but for the same big O they can salt the password for each user and compare it to what they have stored. My big pet peeve (that I’ve actually seen) is when they say your password is too similar to an old one. I have no idea how that could be reasonably done if they’re storing your password correctly.