medium
Single Answer
0What key is used to decrypt information sent by another individual between two people using public key encryption?
Answer Options
A
The recipient's private key
B
The recipient's public key
C
The sender's private key
D
The sender's public key
Correct Answer: A
Explanation
The sender uses the receiver's public key to encrypt the message, then the receiver uses their private key to decrypt the message. This ensures that the receiver is the only person who can decrypt a message sent using public key encryption.