CISA · Question #587
How does public key infrastructure (PKI) help to verify that a digitally signed document is not a forgery?
The correct answer is A. By decrypting the signature with the signer's public key. In PKI, when a document is digitally signed: The signer uses their private key to create the signature. The recipient uses the signer's public key to decrypt and verify the signature. If the decrypted hash matches the document's computed hash, the document is authentic and Option
Question
How does public key infrastructure (PKI) help to verify that a digitally signed document is not a forgery?
Options
- ABy decrypting the signature with the signer's public key
- BBy verifying the signature with the signer's private key
- CBy checking the signature against the receiver's public key
- DBy checking the signed document's audit history
How the community answered
(55 responses)- A89% (49)
- B5% (3)
- C2% (1)
- D4% (2)
Explanation
In PKI, when a document is digitally signed: The signer uses their private key to create the signature. The recipient uses the signer's public key to decrypt and verify the signature. If the decrypted hash matches the document's computed hash, the document is authentic and Option A: Correct - verification is done with the public key. Option B: Incorrect - the private key is only used to sign, not verify. Option C: Wrong - the receiver's public key is irrelevant. Option D: Not applicable - audit history is not part of PKI validation.
Topics
Community Discussion
No community discussion yet for this question.