1D0-61A · Question #48
Digital signatures verify the integrity of the data, verify the identity of the sender, and:
The correct answer is B. Enforce non-repudiation. Non-repudiation is the third pillar of digital signatures: because a sender's private key is uniquely theirs, they cannot later deny having signed the data - the signature mathematically binds the action to their identity, making it legally and technically undeniable. A is…
Question
Digital signatures verify the integrity of the data, verify the identity of the sender, and:
Options
- AProvide data confidentiality.
- BEnforce non-repudiation.
- CSign digitalcertificaterequests.
- DCreate certificate requests.
How the community answered
(24 responses)- A4% (1)
- B88% (21)
- D8% (2)
Explanation
Non-repudiation is the third pillar of digital signatures: because a sender's private key is uniquely theirs, they cannot later deny having signed the data - the signature mathematically binds the action to their identity, making it legally and technically undeniable. A is wrong because digital signatures provide authentication and integrity, not confidentiality - encryption handles that. C and D are wrong because signing certificate requests is the role of a Certificate Authority (CA) or the requester using a CSR process, which is distinct from what digital signatures accomplish as a concept.
Memory tip: Think of digital signatures with the acronym NII - Non-repudiation, Integrity, Identity. Confidentiality is the odd one out because it requires encryption, not signatures.
Topics
Community Discussion
No community discussion yet for this question.