This article will explore and compare different hashing algorithms (Bcrypt, Scrypt, SHA512, Argon2) used to store a password in NodeJs. — This topic is in two parts so In the previous article, we reviewed the bcrypt algorithm in NodeJS and described the scenario of testing algorithms in NodeJS, and In this section, we are going to review the scrypt and SHA512, and Argon2 algorithms. The repository Code in GitHub: https://github.com/myas92/Hashing-Password-Ways-Nodejs-Express