Certified Ethical Hacker (CEH) — Question 7

Which of the following is considered the best way to protect Personally Identifiable Information (PII) from Web application vulnerabilities?

Answer options

Correct answer: A

Explanation

Using cryptographic storage for PII ensures that the data is secured at rest, making it inaccessible even if a breach occurs. While encrypted communications are important for data in transit, they do not protect stored data, which is why options B, C, and D are less effective in this context.