Hacker News new | ask | show | jobs
by SmallPeePeeMan 2211 days ago
Realize that the attacker must first possess the user/password database for this to work. This is because the author takes the salt from that information. Without the salt, it will take much longer to brute force... even though it’s md5 hashed.
1 comments

How is he getting the salt from the database?
this corresponds to sad scenario where the database itself is leaked and the attacker has access to it. the blog describes how the salt is stored as prefix to each hash.