Certified Ethical Hacker (CEH v11) — Question 196

Dorian is sending a digitally signed email to Poly. With which key is Dorian signing this message and how is Poly validating it?

Answer options

Correct answer: C

Explanation

The correct answer is C because Dorian uses his private key to sign the message, which ensures that only he could have signed it. Poly then uses Dorian's public key to verify the signature, confirming the message's authenticity. The other options incorrectly use the keys, leading to a misunderstanding of the public/private key mechanism in digital signatures.