Y
Hacker News
new
|
ask
|
show
|
jobs
by
5x50
3041 days ago
If you are using the same salt on multiple passwords you are not doing it properly. It is supposed to be almost a nonce. 1 random salt per password.
1 comments
mygo
3041 days ago
That is the standard way of doing it, yes. However not every non-standard implementation is insecure.
link