312-50V11 · Question #300
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's asymmetric cryptography model, a sender encrypts a message using the recipient's public key so only the recipient's 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
(50 responses)- A2% (1)
- B88% (44)
- C8% (4)
- D2% (1)
Why each option
In PGP's asymmetric cryptography model, a sender encrypts a message using the recipient's public key so only the recipient's private key can decrypt it.
The recipient's private key is the secret decryption key that must never be shared; if the sender possessed it, the entire security model would be broken.
PGP uses asymmetric (public-key) cryptography where each user has a mathematically linked key pair. The sender must obtain and use the recipient's public key to encrypt the message; this ensures that only the recipient - who holds the corresponding private key - can decrypt and read it. The public key is safe to distribute openly, so the recipient can share it without compromising security.
There is no 'master encryption key' in PGP's decentralized trust model - each user maintains their own key pair and there is no central key authority.
The sender's own public key is used by others to encrypt messages addressed to the sender, not for encrypting messages the sender wishes to send to someone else.
Concept tested: PGP public-key encryption and key pair roles
Source: https://www.rfc-editor.org/rfc/rfc4880
Topics
Community Discussion
No community discussion yet for this question.