Review different ways for hashing passwords in NodeJS
- bcrypt algorithm
- bcrybt module
- bcryptjs module
- scrypt algorithm
- SHA512
- argon2
I've describe pros and cons of above algorithm in two article
1- What Is The Best Algorithm (Bcrypt, Scrypt, SHA512, Argon2) For Password Hashing In Node.js? part-1
2- What Is The Best Algorithm (Bcrypt, Scrypt, SHA512, Argon2) For Password Hashing In Node.js? Part-2