this post was submitted on 14 May 2025
24 points (78.6% liked)

Steam

639 readers
2 users here now

For Steam Game Stuff

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] SketchySeaBeast 2 points 1 month ago (1 children)

Well, no, but if they were plaintext it wouldn't matter what they are. Regardless, I'm sure they are hashed and salted, and I'm not worried about my unique 64 character password being compromised by a dictionary attack.

[โ€“] [email protected] 2 points 1 month ago

Yeah you and the other 0.1% of users with strong, unique passwords are save.

I'm sure they are hashed and salted

I wouldn't. I have seen enough password databases to know everything from cleartext, base64, md5, encrypted with a key stores in the same database, pbkdf2 to argon2id is used in real world applications.