|
|
|
|
|
by miguelpais
5497 days ago
|
|
>> "And if the passwords were salted before the hash is applied? Well, more than a third of the passwords were easily found in a common dictionary so it’s just a matter of having the compute power to brute force them and repeat the salt plus hash process." Well, assuming that you know the hash, because if you don't, things don't get that easy. I'm assuming systems that salt passwords don't store the salt in a row of their database, but with security, or the lack of it, everything seems to be possible. |
|
If you're storing it in a place more secure than where you're storing the password hashes, why not store the password hashes there in the first place?