Bcrypt password hashing in Nodejs: https://www.npmjs.com/package/bcrypt-nodejs It’s important to hash passwords so, if your database is somehow leaked, the attacker can’t retrieve user passwords. Bcrypt is better than MD5 because it is designed to be memory bound and thus much…
Recent Comments