nerdexam
EC-Council

312-50V10 · 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 asymmetric encryption, the sender uses the recipient's public key to encrypt a message that only the recipient's private key can decrypt.

Cryptography

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

(24 responses)
  • A
    4% (1)
  • B
    92% (22)
  • C
    4% (1)

Why each option

In PGP asymmetric encryption, the sender uses the recipient's public key to encrypt a message that only the recipient's private key can decrypt.

ARecipient's private key

The recipient's private key must never be shared - it is the secret key used only by the recipient to decrypt incoming messages.

BRecipient's public keyCorrect

PGP uses asymmetric (public-key) cryptography where each user has a key pair - a public key shared openly and a private key kept secret. To encrypt a message for a recipient, the sender must obtain and use the recipient's public key. The encrypted message can then only be decrypted by the corresponding private key held solely by the recipient.

CMaster encryption key

There is no 'master encryption key' in PGP's key model - PGP relies on individual user key pairs.

DSender's public key

The sender's public key is used by others to send encrypted messages to the sender, not by the sender to encrypt outgoing messages.

Concept tested: PGP asymmetric key pair encryption roles

Source: https://www.rfc-editor.org/rfc/rfc4880#section-2.1

Topics

#PGP#public key#asymmetric encryption#key exchange

Community Discussion

No community discussion yet for this question.

Full 312-50V10 Practice