nerdexam
EC-Council

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.

Information Security and Ethical Hacking Fundamentals

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)
  • A
    3% (1)
  • B
    6% (2)
  • C
    3% (1)
  • D
    88% (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.

AAuthentication

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.

BConfidentiality

Confidentiality ensures that message content is kept secret from unauthorized parties, but it says nothing about proving the identity of who sent the message.

CIntegrity

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.

DNon-RepudiationCorrect

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

#non-repudiation#security principles#digital signatures#authentication

Community Discussion

No community discussion yet for this question.

Full 312-50V10 Practice