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 ...
rylexr2678.hashnode.dev4 min read