nerdexam
EC-Council

312-50V11 · Question #916

Dorian Is sending a digitally signed email to Polly, with which key is Dorian signing this message and how is Poly validating It?

The correct answer is C. Dorian is signing the message with his private key. and Poly will verify that the message came. In a digital signature scheme, the sender signs with their own private key and the recipient verifies the signature using the sender's public key, ensuring authenticity and non-repudiation.

Cryptography

Question

Dorian Is sending a digitally signed email to Polly, with which key is Dorian signing this message and how is Poly validating It?

Options

  • ADorian is signing the message with his public key. and Poly will verify that the message came
  • BDorian Is signing the message with Polys public key. and Poly will verify that the message came
  • CDorian is signing the message with his private key. and Poly will verify that the message came
  • DDorian is signing the message with Polys private key. and Poly will verify mat the message came

How the community answered

(59 responses)
  • A
    3% (2)
  • B
    7% (4)
  • C
    86% (51)
  • D
    3% (2)

Why each option

In a digital signature scheme, the sender signs with their own private key and the recipient verifies the signature using the sender's public key, ensuring authenticity and non-repudiation.

ADorian is signing the message with his public key. and Poly will verify that the message came

Signing with a public key provides no proof of identity because public keys are freely available to anyone - any party could produce the same result, entirely defeating the authentication purpose of a digital signature.

BDorian Is signing the message with Polys public key. and Poly will verify that the message came

Encrypting with Polly's public key is the mechanism for confidentiality, not digital signing - it ensures only Polly can decrypt the message but does not prove the message originated from Dorian.

CDorian is signing the message with his private key. and Poly will verify that the message cameCorrect

Dorian uses his private key - which only he possesses - to generate the digital signature, mathematically binding him to the message content. Polly then uses Dorian's publicly available public key to verify the signature and confirm the message originated from Dorian and was not altered in transit. This asymmetric process satisfies both authentication and non-repudiation requirements.

DDorian is signing the message with Polys private key. and Poly will verify mat the message came

Dorian would have no access to Polly's private key - private keys must remain exclusively with their owner, and using another person's private key to sign a message would compromise that person's identity and is cryptographically invalid.

Concept tested: Digital signature process using asymmetric key pairs

Source: https://csrc.nist.gov/publications/detail/fips/186/5/final

Topics

#digital signatures#private key signing#public key verification#asymmetric cryptography

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice