CERTIFIED-IN-CYBERSECURITY · Question #275
Which of the following is a PRIMARY purpose of using digital signatures?
The correct answer is C. Protecting data from unauthorized modification. Digital signatures primarily provide integrity (detecting unauthorized changes) and non-repudiation (proving the sender cannot deny sending the message). They use asymmetric cryptography where the sender signs with a private key and the recipient verifies with the public key…
Question
Which of the following is a PRIMARY purpose of using digital signatures?
Options
- AVerifying the identity of a user accessing a system
- BEnsuring the confidentiality of data in transit
- CProtecting data from unauthorized modification
- DProviding a secure method for password storage
How the community answered
(28 responses)- A4% (1)
- C93% (26)
- D4% (1)
Explanation
Digital signatures primarily provide integrity (detecting unauthorized changes) and non-repudiation (proving the sender cannot deny sending the message). They use asymmetric cryptography where the sender signs with a private key and the recipient verifies with the public key. They do not encrypt data for confidentiality, are not used for password storage, and authentication of a user accessing a system is a secondary function compared to integrity assurance.
Topics
Community Discussion
No community discussion yet for this question.