Y
Hacker News
new
|
ask
|
show
|
jobs
by
Misiek
5193 days ago
I thought that hashing password with two types of salt (one of them is unique for every user) and two places to storage salts is secure enough.
2 comments
tptacek
5193 days ago
You thought wrong.
link
bonzoesc
5193 days ago
Salts don't slow a GPU down:
http://codahale.com/how-to-safely-store-a-password/
link