nerdexam
EC-Council

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.

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

(50 responses)
  • A
    2% (1)
  • B
    88% (44)
  • C
    8% (4)
  • D
    2% (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.

ARecipient's private key

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.

BRecipient's public keyCorrect

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.

CMaster encryption key

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.

DSender's public key

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

#PGP#public key#asymmetric encryption#email encryption

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice