Securing passwords with Bcrypt in Nodejs and MongoDB
In this article, I will explain how to secure user passwords with a bcrypt hashing algorithm. Hashing and Encryption The hashing algorithm is a one-way communication, which means if a password is encoded to a hashed password, it cannot be decoded to ...
Jul 1, 20214 min read411
