312-50V9 · Question #73
To send a PGP encrypted message, which piece of information from the recipient must the sender have before encrypting the message?
The correct answer is B. Recipient's public key. In PGP asymmetric encryption, the sender must use the recipient's public key to encrypt a message so that only the recipient's corresponding private key can decrypt it.
Question
To send a PGP encrypted message, which piece of information from the recipient must the sender have before encrypting the message?
Options
- ARecipient's private key
- BRecipient's public key
- CMaster encryption key
- DSender's public key
How the community answered
(25 responses)- A4% (1)
- B92% (23)
- D4% (1)
Why each option
In PGP asymmetric encryption, the sender must use the recipient's public key to encrypt a message so that only the recipient's corresponding private key can decrypt it.
The recipient's private key is never shared with anyone; sharing it would completely compromise the recipient's security and violate the fundamental principle of asymmetric cryptography.
PGP uses asymmetric (public-key) cryptography where each user has a key pair - a public key that is freely shared and a private key that is kept secret. To send an encrypted message, the sender encrypts the message using the recipient's public key; only the recipient, who holds the corresponding private key, can decrypt it. This ensures confidentiality without requiring the sender to ever know the recipient's private key.
There is no 'master encryption key' in PGP; the protocol relies on individual public-private key pairs, not a centralized shared master key.
The sender's public key is used by recipients to verify the sender's digital signature, not to encrypt messages destined for a different recipient.
Concept tested: PGP public key usage for message encryption
Source: https://www.gnupg.org/gph/en/manual/x110.html
Topics
Community Discussion
No community discussion yet for this question.