Difficulty: Beginner
What is the difference between Hashing and Encryption?
Hashing is a one-way transformation (for passwords). Encryption is two-way and requires a key to decrypt (for sensitive data like SSNs).
Hashing, Encryption, Salt, Bcrypt, AES