Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
billymillions
on June 6, 2012
|
parent
|
context
|
favorite
| on:
Storing Passwords Securely
bug in the code.
return getDigest(password, salt) == digest
getDigest returns a tuple
pmylund
on June 6, 2012
[–]
So much for white-boarding it. Fixed, thanks.
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
return getDigest(password, salt) == digest
getDigest returns a tuple