GSLC · Question #376
You work as a Network Administrator for Tech Perfect Inc. The company has a Windows Server 2008 Active Directory-based single domain single forest network. The functional level of the forest is…
The correct answer is C. The recipient's public key. In asymmetric encryption, a sender encrypts a message using the recipient's public key so that only the recipient's paired private key can decrypt it.
Question
You work as a Network Administrator for Tech Perfect Inc. The company has a Windows Server 2008 Active Directory-based single domain single forest network. The functional level of the forest is Windows Server 2008. The company's headquarters is located at Los Angeles. A branch office of the company is located at Denver. You are about to send a message to Rick who is a Network Administrator at Denver. You want to ensure that the message cannot be read by anyone but the recipient. Which of the following keys will you use to encrypt the message?
Options
- AYour public key
- BThe recipient's private key
- CThe recipient's public key
- DYour private key
How the community answered
(44 responses)- B2% (1)
- C95% (42)
- D2% (1)
Why each option
In asymmetric encryption, a sender encrypts a message using the recipient's public key so that only the recipient's paired private key can decrypt it.
Encrypting with your own public key would mean only you could decrypt it with your private key, making it unreadable to the recipient.
Private keys are never shared; using a recipient's private key to encrypt is not possible and would compromise their identity.
Using the recipient's public key to encrypt ensures that only the holder of the corresponding private key - the intended recipient - can decrypt and read the message. This is the fundamental confidentiality mechanism in public-key cryptography (PKI). No other party, including the sender, can decrypt the message after encryption with the recipient's public key.
Encrypting with your own private key performs a digital signature operation proving sender identity, not confidentiality for the recipient.
Concept tested: Asymmetric encryption - recipient public key for confidentiality
Source: https://learn.microsoft.com/en-us/windows/win32/seccrypto/public-private-key-pairs
Topics
Community Discussion
No community discussion yet for this question.