Plaintext / unencrypted passwords
Hashing a password
Hashes represent data as a fixed-length string of text
–A message digest, or “fingerprint”
* Will not have a collision (hopefully)
–Different inputs will not have the same hash
* One-way trip
–Impossible to recover the original message
from the digest
–A common way to store passwords
A hash example
The password file
Different across operating systems and applications
–Different hash algorithms
Spraying attack
Brute Force