|
|
|
|
|
by coffeecheque
4678 days ago
|
|
Is there any reason why you wouldn't use bcrypt + random, individual salt? Am I right in assuming that bcrypt would protect against brute-force attacks and salt protects against pre-computed bcrypt rainbow tables? Or is the salt basically useless? |
|
You need to be using real KDFs to store passwords. Salted hashes are not real KDFs.