The Bcrypt Algorithm for Secure Password Hashing
Hashing is a cryptographic function that cannot be reversed. It takes an input of random size to produce fixed-size values. These fixed-size values are called hash values, and the cryptographic function is called the hashing function. Hashing has a c...
itsvinayak.hashnode.dev4 min read