Hacker News new | ask | show | jobs
by Kesty 5283 days ago
No,the pasword could be crypted in the DB and decrypted for the recovering password mail.

Still not the best solution, hashed password (with a salt) are way more secure if your password happens to be 12345.

2 comments

bcrypt has been ported to almost every language/framework in existence, USE IT.