nerdexam
CompTIA

SY0-501 · Question #238

Joe, a user, wants to send Ann, another user, a confidential document electronically. Which of the following should Joe do to ensure the document is protected from eavesdropping?

The correct answer is D. Encrypt it with Ann's public key. In asymmetric encryption, a sender encrypts data using the recipient's public key so that only the recipient can decrypt it with their corresponding private key, ensuring confidentiality against eavesdropping.

Submitted by layla.eg· Mar 4, 2026General security concepts

Question

Joe, a user, wants to send Ann, another user, a confidential document electronically. Which of the following should Joe do to ensure the document is protected from eavesdropping?

Options

  • AEncrypt it with Joe's private key
  • BEncrypt it with Joe's public key
  • CEncrypt it with Ann's private key
  • DEncrypt it with Ann's public key

How the community answered

(22 responses)
  • A
    5% (1)
  • B
    14% (3)
  • C
    5% (1)
  • D
    77% (17)

Why each option

In asymmetric encryption, a sender encrypts data using the recipient's public key so that only the recipient can decrypt it with their corresponding private key, ensuring confidentiality against eavesdropping.

AEncrypt it with Joe's private key

Encrypting with Joe's private key performs a digital signature operation (providing authenticity/non-repudiation), not confidentiality, because anyone with Joe's widely available public key could decrypt it.

BEncrypt it with Joe's public key

Encrypting with Joe's public key would mean only Joe could decrypt it with his private key, so Ann would be unable to read the document at all.

CEncrypt it with Ann's private key

Ann's private key must remain secret and is never shared; if Joe had access to Ann's private key to encrypt with it, the entire security model would already be compromised.

DEncrypt it with Ann's public keyCorrect

Encrypting with Ann's public key ensures that only Ann, who possesses the corresponding private key, can decrypt and read the document. This is the foundational principle of asymmetric (public-key) encryption for confidentiality: the public key is freely shared and used to encrypt, while the private key is kept secret and used to decrypt, preventing any eavesdropper from reading the content.

Concept tested: Asymmetric encryption for data confidentiality

Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/encryption-overview

Topics

#asymmetric encryption#public key cryptography#confidentiality#PKI

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice