Strong-ish Password Hashing
Get introduced to a couple of special-purpose password hashing algorithms: PBKDF2 and bcrypt.
We'll cover the following
Password hashing algorithms
Salted hashes have several nice properties. The only problem is the speed an attacker can test guesses. They would be much more secure if they took more time. Here’s our dumb hash algorithm again, but now it repeats some number of times:
Get hands-on with 1400+ tech skills courses.