Hacker News new | ask | show | jobs
by tptacek 5477 days ago
If you are using "salts", you have to make them random for each stored password. But if you are doing this securely, you don't care about this detail, because the bcrypt library took care of it for you.