1392
Comments (235)
sorted by:
You're viewing a single comment thread. View all comments, or full comment thread.
9
Libertas_Vel_Mors 9 points ago +9 / -0

Depends on the encryption algorithm. If it's something outdated like MD5, sure. If they used something like AES-256 with a proper-sized (>1024b) key, it wouldn't be worth the effort.

3
Localtoast9000 3 points ago +3 / -0

Depends on the salt they used and the number of rounds of AES they used.

If they didn't salt their hashes then it's easy to make a rainbow table of well known passwords and match them to users, regardless of hashing algorithm.