SSCP · Question #556
Which of the following issues is not addressed by digital signatures?
The correct answer is D. denial-of-service. Digital signatures address three core security properties: (1) Authentication - they verify the identity of the signer via the private key; (2) Non-repudiation - the signer cannot later deny signing because only they hold their private key; (3) Data integrity - a hash of the…
Question
Options
- Anonrepudiation
- Bauthentication
- Cdata integrity
- Ddenial-of-service
How the community answered
(24 responses)- C4% (1)
- D96% (23)
Explanation
Digital signatures address three core security properties: (1) Authentication - they verify the identity of the signer via the private key; (2) Non-repudiation - the signer cannot later deny signing because only they hold their private key; (3) Data integrity - a hash of the message is signed, so any tampering invalidates the signature. Denial-of-service (DoS) attacks aim to make a service unavailable by overwhelming it with traffic or requests - this is a network/availability concern that cryptographic signatures have no mechanism to prevent.
Topics
Community Discussion
No community discussion yet for this question.