• Passwords “should” be hashed anyway, so I don’t understand why there’s a limit. Are they actually being stored as plaintext in a VARCHAR(60) column in the database? Please tell me that’s not happening.

    • rs5th
      link
      fedilink
      English
      41 year ago

      Just checked my own Lemmy postgres database, it’s a 12 round Bcrypt 2b hash.