Hacker News new | ask | show | jobs
by kmfrk 5128 days ago
On a quick revision, the first code should read

   hashed_password = bcrypt(entered_password)
Not `bcrypt(hashed_password)`.