|
|
|
|
|
by eneveu
5477 days ago
|
|
I got into a debate on StackOverflow over bcrypt vs salted SHA1: http://stackoverflow.com/questions/3722780/do-any-security-e... I think I'm right in choosing bcrypt, but one interesting argument against it was that, being slower, it would facilitate DoS attacks. You want the password hashing to be slow to prevent brute-forcing, but, if it's too slow, attackers could supposedly DoS your login system by trying tons of passwords. I'm not a security expert, and I didn't know what to respond to that. How would one mitigate this problem? Is it even really a problem? |
|