CompTIA SecurityX (CAS-005) — Question 78

A developer needs to improve the cryptographic strength of a password-storage component in a web application without completely replacing the crypto-module. Which of the following is the most appropriate technique?

Answer options

Correct answer: E

Explanation

Key stretching is the correct choice because it involves increasing the computational work required to guess passwords, thus enhancing security without replacing the entire crypto-module. The other options, such as key escrow and key rotation, do not directly improve password storage security, while key encryption is focused on protecting data rather than strengthening password storage.