In public key infrastructure (PKI) and digital transaction security, which technical process is specifically performed by the sender to create a valid Digital Signature on an electronic document?
- Encrypting the cryptographic hash of the document using the sender's private keyAnswer
- BEncrypting the entire raw document content using the recipient's public key
- CDecrypting a shared secret key using a symmetric block cipher algorithm
- DHashing the recipient's private key combined with the plain text document
Answer
The correct process for generating a Digital Signature is encrypting the cryptographic hash of the document using the sender's private key.
Generating a digital signature requires taking a cryptographic hash digest of the original document and encrypting that digest using the sender's private key. This operation ensures data integrity, authenticates the sender, and guarantees non-repudiation.
Step-by-Step Solution
Key Concept
Digital Signatures, Asymmetric Cryptography, and Non-repudiation in PKI
Estimated Time:1m 0s