CAS-003 · Question #206
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. Maintaining the cryptographic integrity of a database means ensuring that data has not been tampered with and that only authorized parties can modify it. Data signing (A) directly addresses cryptographic integrity: digital signatures applied to database records allow any…
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
(44 responses)- A82% (36)
- C7% (3)
- D9% (4)
- E2% (1)
Explanation
Maintaining the cryptographic integrity of a database means ensuring that data has not been tampered with and that only authorized parties can modify it. Data signing (A) directly addresses cryptographic integrity: digital signatures applied to database records allow any subsequent verification to detect unauthorized modification, because an invalid signature indicates the data has changed since it was signed. Role-Based Access Control (F) enforces integrity by ensuring that only users with appropriate roles have permission to write or modify database records, preventing unauthorized changes in the first place. Encryption (B) provides confidentiality, not integrity on its own. Perfect forward secrecy (C) is a key-exchange property. Steganography (D) hides data but does not verify its integrity. Data vaulting (E) is a backup/retention strategy. Lock and key (G) is physical security.
Topics
Community Discussion
No community discussion yet for this question.