Y
Hacker News
new
|
ask
|
show
|
jobs
by
kaba0
1709 days ago
Hashing one or two 10 char strings takes basically no time on even old mobile hardware.
2 comments
spookthesunset
1709 days ago
Good password hash algorithms specifically are designed to take a while. They add latency to the subsequent page load when you click “submit”.
link
weird-eye-issue
1709 days ago
Not if you are using algorithms specifically designed to take a lot of CPU time, which is a best practice
https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpubli...
link