Storing Hashed Passwords
Learn about password hashing, why hashes alone are not enough, and how to fix a database of insecure password hashes.
We'll cover the following
Password hashes
Hash functions let you prove you know a secret without having to say the secret. They work by computing a checksum from the password. If another password produces the same checksum, the inputs are the same.
Here’s a simple hash algorithm to illustrate the idea:
Get hands-on with 1400+ tech skills courses.