CISA · Question #32
Which of the following is the PRIMARY reason for using a digital signature?
The correct answer is A. Authenticate the sender of a message. A digital signature primarily serves to authenticate the sender of a message, providing assurance of the sender's identity. It also ensures the integrity of the message and provides non-repudiation, meaning the sender cannot deny having sent it.
Question
Which of the following is the PRIMARY reason for using a digital signature?
Options
- AAuthenticate the sender of a message
- BProvide confidentiality to the transmission
- CVerify the integrity of the data and the identity of the recipient
- DProvide availability to the transmission
How the community answered
(37 responses)- A86% (32)
- B3% (1)
- C8% (3)
- D3% (1)
Why each option
A digital signature primarily serves to authenticate the sender of a message, providing assurance of the sender's identity. It also ensures the integrity of the message and provides non-repudiation, meaning the sender cannot deny having sent it.
A digital signature uses the sender's private key to encrypt a hash of the message, which can then be decrypted by anyone with the sender's public key, proving that the sender indeed originated the message. This process establishes both sender authenticity and message integrity, as any alteration to the message would result in a different hash.
Digital signatures do not provide confidentiality; that is typically achieved through encryption using symmetric or asymmetric keys for the entire message content.
While digital signatures verify data integrity, they authenticate the sender, not the recipient; recipient identity verification is a separate process.
Digital signatures have no direct role in providing availability to a transmission; availability relates to the system's ability to remain accessible and operational.
Concept tested: Digital signature purpose (authentication, integrity, non-repudiation)
Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/understand-how-digital-signatures-work
Topics
Community Discussion
No community discussion yet for this question.