CDPSE · Question #437
Which of the following is the BEST method for data protection throughout the technology stack?
The correct answer is C. Encryption. Encryption protects data at rest, in transit, and (with modern techniques) in use - covering all layers of the technology stack. It is the only method that renders data unintelligible to unauthorized parties at every layer. Hashing (A) is a one-way transformation suitable for int
Question
Which of the following is the BEST method for data protection throughout the technology stack?
Options
- AHashing
- BObfuscation
- CEncryption
- DTokenization
How the community answered
(29 responses)- B7% (2)
- C90% (26)
- D3% (1)
Explanation
Encryption protects data at rest, in transit, and (with modern techniques) in use - covering all layers of the technology stack. It is the only method that renders data unintelligible to unauthorized parties at every layer. Hashing (A) is a one-way transformation suitable for integrity checks, not confidentiality. Obfuscation (B) provides weak, easily reversible protection. Tokenization (D) replaces sensitive values with tokens and works well for specific use cases (e.g., payment data) but is not a general-purpose stack-wide data protection method.
Topics
Community Discussion
No community discussion yet for this question.