312-50V11 · Question #927
John wants to send Marie an email that includes sensitive information, and he does not trust the network that he is connected to. Marie gives him the idea of using PGP. What should John do to communic
The correct answer is B. Use Marie's public key to encrypt the message.. In PGP asymmetric encryption, a sender encrypts a message using the recipient's public key so that only the recipient can decrypt it with their corresponding private key.
Question
John wants to send Marie an email that includes sensitive information, and he does not trust the network that he is connected to. Marie gives him the idea of using PGP. What should John do to communicate correctly using this type of encryption?
Options
- AUse his own public key to encrypt the message.
- BUse Marie's public key to encrypt the message.
- CUse his own private key to encrypt the message.
- DUse Marie's private key to encrypt the message.
How the community answered
(44 responses)- A2% (1)
- B91% (40)
- C5% (2)
- D2% (1)
Why each option
In PGP asymmetric encryption, a sender encrypts a message using the recipient's public key so that only the recipient can decrypt it with their corresponding private key.
Encrypting with John's own public key would mean only John could decrypt it with his private key, making it unreadable by Marie.
PGP uses asymmetric key cryptography where the sender encrypts the message with the recipient's (Marie's) public key. Only Marie's corresponding private key can decrypt it, ensuring confidentiality even on an untrusted network. This is the fundamental asymmetric encryption workflow - public key encrypts, private key decrypts.
A private key in asymmetric cryptography is used for decryption (and digital signing), not for encrypting messages intended for another party.
Marie's private key must remain secret and is never shared; John would have no access to it, and using it for encryption would break the confidentiality model entirely.
Concept tested: PGP asymmetric encryption key usage
Source: https://www.rfc-editor.org/rfc/rfc4880
Topics
Community Discussion
No community discussion yet for this question.