CERTIFIED-IN-CYBERSECURITY · Question #704
Which cryptographic mechanism is commonly used to achieve non-repudiation?
The correct answer is B. Digital signatures. Digital signatures achieve non-repudiation by cryptographically binding a message or transaction to the sender's private key, providing proof that only the key owner could have signed it. This prevents the sender from later denying their action. While asymmetric encryption (A)…
Question
Which cryptographic mechanism is commonly used to achieve non-repudiation?
Options
- AAsymmetric encryption
- BDigital signatures
- CSymmetric encryption
- DHash functions
How the community answered
(56 responses)- A4% (2)
- B95% (53)
- D2% (1)
Explanation
Digital signatures achieve non-repudiation by cryptographically binding a message or transaction to the sender's private key, providing proof that only the key owner could have signed it. This prevents the sender from later denying their action. While asymmetric encryption (A) underpins digital signatures, encryption alone doesn't provide non-repudiation. Symmetric encryption (C) uses shared keys that can't uniquely identify a sender, and hash functions (D) alone provide integrity but not identity binding.
Topics
Community Discussion
No community discussion yet for this question.