Digital signatures are designed to provide two key guarantees:
Authenticity – confirming the identity of the sender.
Unforgeability – ensuring that no one else can produce the same signature without the sender’s private key.
These properties are achieved using a combination of hash functions and asymmetric encryption (digital certificates/private keys).
Reference – CEH v13 Official Study Guide:
Module 20: Cryptography
Quote:
“A valid digital signature ensures that the message comes from a legitimate sender (authenticity) and has not been altered or forged (unforgeability).”
Incorrect Options:
A, C, D: Refer to human/visual signatures, not cryptographic properties
===========
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit