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

Steam

608 readers
10 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@lemmy.ca 14 points 3 weeks ago (34 children)

I hate articles like this. Given I am 99% certain Steam will not be storing my password in a compromisable way, what is the point of changing it?

[–] x00z@lemmy.world 3 points 3 weeks ago (2 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 2 points 3 weeks 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 2 points 3 weeks 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.

load more comments (31 replies)