Certified Ethical Hacker (CEH v10) — Question 101

What is correct about digital signatures?

Answer options

Correct answer: A

Explanation

Option A is correct because a digital signature is specifically tied to a document's hash and the private key of the signer, making it unique to that document. Option B is incorrect as signatures cannot be reused across different documents even if they are of the same type. Option C is wrong because a digital signature is not just a plain hash; it is the encrypted hash, which provides authenticity. Option D is misleading because digital signatures may be revoked or expire based on policies.