this post was submitted on 14 May 2025
1 points (100.0% liked)

Steam

748 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
[–] x00z@lemmy.world 0 points 11 months ago (1 children)

You should never think hashed passwords are safe by default. Your password strength is probably the strongest factor on whether or not they can crack it. Your "hunter2" password can get cracked in a second.

[–] SketchySeaBeast@lemmy.ca 0 points 11 months 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.

[–] groet@feddit.org 0 points 11 months 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.