nerdexam
Isaca

CDPSE · Question #351

Which of the following controls BEST helps to maintain the integrity of customer information?

The correct answer is C. Hashing. Hashing is the cryptographic control specifically designed to verify data integrity. A hash function produces a fixed-length digest of data; any alteration to the data - however small - produces a completely different hash, making tampering immediately detectable. This directly a

Privacy Architecture

Question

Which of the following controls BEST helps to maintain the integrity of customer information?

Options

  • AEncryption
  • BLogging
  • CHashing
  • DAccess control lists

How the community answered

(26 responses)
  • B
    8% (2)
  • C
    88% (23)
  • D
    4% (1)

Explanation

Hashing is the cryptographic control specifically designed to verify data integrity. A hash function produces a fixed-length digest of data; any alteration to the data - however small - produces a completely different hash, making tampering immediately detectable. This directly addresses integrity. Encryption (Option A) addresses confidentiality, not integrity (encrypted data can still be corrupted or replaced). Logging (Option B) creates an audit trail but does not prevent or detect data tampering at the field level. Access control lists (Option D) restrict who can access data but do not verify whether the data itself has been altered. Hashing (e.g., SHA-256) is the standard integrity control.

Topics

#Data Integrity#Hashing#Security Controls#Privacy-Enhancing Technologies

Community Discussion

No community discussion yet for this question.

Full CDPSE Practice