- Home
- All questions
- Question 77
CISSP study material · question 77 of 500
An identity team is replacing an unsalted SHA-256 password store for a new consumer application. Policy demands a scheme that resists offline cracking on rented GPUs and lets defenders raise the attacker's cost as hardware improves. Following OWASP's 2025 cryptographic guidance, which choice should the team make?
Show the answer
Answer: D. Store passwords with Argon2, tuning its memory and iteration parameters to a defensible work factor.
Argon2 is salted, adaptive and memory-hard, so defenders raise cost as hardware improves. Hand-rolled iterated hashes and reversible encryption both leave credentials recoverable at attacker speed.
Source: OWASP Top 10 A04:2025 (OWASP) — A04:2025 Cryptographic Failures > How to prevent