- Home
- All questions
- Question 327
CISSP study material · question 327 of 500
A verifier adds a keyed hashing step using a secret only it holds. Where does NIST SP 800-63B say that key should live, and what does the step achieve?
Show the answer
Answer: A. Separately from the hashes, ideally in a hardware security module or trusted execution environment, making brute force on a stolen hash file impractical while the key stays secret.
The secret key must be stored separately from the hashed passwords and should be held and used within a hardware-protected area, which makes brute-force attacks impractical while it remains secret.
Source: NIST SP 800-63B Rev. 4 (NIST) — SP 800-63B-4 > 3.1.1.2 Password Verifiers