nerdexam
Isaca

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

Privacy Architecture

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)
  • B
    7% (2)
  • C
    90% (26)
  • D
    3% (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

#Encryption#Data Protection#Privacy Enhancing Technologies#Security Controls

Community Discussion

No community discussion yet for this question.

Full CDPSE Practice