- Home
- All questions
- Question 531
CompTIA Security+ study material · question 531 of 611
Why is hashing rather than encryption the right tool for storing passwords?
Show the answer
Answer: B. Hashing is one-way, so an attacker who obtains it cannot recover the password
Encryption is reversible, so anyone with the key recovers the plaintext. Verification never needs the original back.
Source: OWASP Password Storage Cheat Sheet (OWASP) — OWASP Password Storage Cheat Sheet › Hashing vs Encryption