nerdexam
CompTIA

CAS-002 · Question #262

A sensitive database needs its cryptographic integrity upheld. Which of the following controls meets this goal? (Select TWO).

The correct answer is A. Data signing F. RBAC. Cryptographic database integrity requires data signing to detect unauthorized modifications and RBAC to restrict which users can alter records.

Enterprise Security

Question

A sensitive database needs its cryptographic integrity upheld. Which of the following controls meets this goal? (Select TWO).

Options

  • AData signing
  • BEncryption
  • CPerfect forward secrecy
  • DSteganography
  • EData vaulting
  • FRBAC
  • GLock and key

How the community answered

(32 responses)
  • A
    78% (25)
  • B
    9% (3)
  • C
    3% (1)
  • D
    3% (1)
  • E
    6% (2)

Why each option

Cryptographic database integrity requires data signing to detect unauthorized modifications and RBAC to restrict which users can alter records.

AData signingCorrect

Data signing applies cryptographic hash functions and digital signatures to database records, ensuring that any unauthorized modification to the data produces a detectable mismatch between the stored signature and the current record hash, directly satisfying the cryptographic integrity requirement.

BEncryption

Encryption protects data confidentiality by making records unreadable to unauthorized parties but does not by itself detect or prevent unauthorized modification of the encrypted or decrypted data.

CPerfect forward secrecy

Perfect forward secrecy is a property of key exchange protocols that protects past session keys from future compromise; it is not a mechanism for verifying or maintaining database record integrity.

DSteganography

Steganography conceals the existence of data within other media; it provides no mechanism for detecting or preventing unauthorized modification of database records.

EData vaulting

Data vaulting refers to secure offline storage or backup; it protects against data loss but does not provide cryptographic integrity verification of live database records in use.

FRBACCorrect

Role-Based Access Control (RBAC) enforces the principle of least privilege by restricting which users can read, write, or modify database records, preventing unauthorized alterations that would undermine data integrity at the access control layer.

GLock and key

Lock and key is a physical or generic logical access control metaphor, not a specific cryptographic integrity control that can be applied to database records.

Concept tested: Cryptographic integrity controls for sensitive databases

Source: https://csrc.nist.gov/glossary/term/data_integrity

Topics

#data integrity#data signing#RBAC#cryptographic controls

Community Discussion

No community discussion yet for this question.

Full CAS-002 Practice