|
|
|
|
|
by c0llision
2055 days ago
|
|
I don't think hashes of email addresses are very secure. You can get all of the email addresses from the smtp logs. There are also massive email lists out there that the attacker could run the hashes against, like the adobe leak. Email addresses typically follow specific formats, such as firstname.lastname@gmail.com, and would be quite easy to bruteforce/dictionary attack. If the hashes were to ever leak, easily >95% would be cracked, especially if they are using single-round SHA512. |
|
To successfully do a brute-force the attacker would also need the salt, which means that the database by itself will not yield any e-mail addresses.