312-50V10 · Question #888
Bob, your senior colleague, has sent you a mail regarding a deal with one of the clients. You are requested to accept the offer and you oblige. After 2 days. Bob denies that he had ever sent a mail. W
The correct answer is D. Non-Repudiation. Non-repudiation is the cryptographic property that prevents a sender from denying they sent a message, typically enforced through digital signatures.
Question
Bob, your senior colleague, has sent you a mail regarding a deal with one of the clients. You are requested to accept the offer and you oblige. After 2 days. Bob denies that he had ever sent a mail. What do you want to ""know"" to prove yourself that it was Bob who had send a mail?
Options
- AAuthentication
- BConfidentiality
- CIntegrity
- DNon-Repudiation
How the community answered
(34 responses)- A3% (1)
- B6% (2)
- C3% (1)
- D88% (30)
Why each option
Non-repudiation is the cryptographic property that prevents a sender from denying they sent a message, typically enforced through digital signatures.
Authentication verifies the identity of a user or system at login time, but it does not provide a persistent, verifiable proof that a specific message was sent after the fact.
Confidentiality ensures that message content is kept secret from unauthorized parties, but it says nothing about proving the identity of who sent the message.
Integrity ensures that a message has not been altered in transit, but it does not prove the identity of the original sender or prevent the sender from denying authorship.
Non-repudiation provides proof of the origin of a message so that the sender cannot later deny having sent it. In email systems, this is implemented using digital signatures - where the sender signs the message with their private key - allowing any recipient to verify authorship with the corresponding public key and present that proof irrefutably. This is the only security property that directly addresses the scenario of proving who sent a specific communication.
Concept tested: Non-repudiation via digital signatures in messaging
Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/encryption-overview
Topics
Community Discussion
No community discussion yet for this question.