In public-key cryptography (asymmetric encryption), when a sender wants to transmit a confidential message securely to a specific recipient, which of the following keys must be used by the sender to encrypt the message?
- Recipient's public keyAnswer
- BSender's private key
- CRecipient's private key
- DSender's public key
Answer
The recipient's public key must be used by the sender to encrypt the message for confidentiality.
In asymmetric cryptography, each participant has a public key and a private key. To send a confidential message, the sender encrypts the plaintext using the recipient's public key. Because the recipient is the sole possessor of the corresponding private key, only they can decrypt and read the original message.
Step-by-Step Solution
Key Concept
Public Key Cryptography (Asymmetric Encryption)
Estimated Time:45s