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.
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)- A5% (1)
- B14% (3)
- C5% (1)
- D77% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.