In asymmetric encryption, which key is used to encrypt data that only the recipient can decrypt?
Q1. In asymmetric encryption, which key is used to encrypt data that only the recipient can decrypt?
Answer: The recipient's public key
Explanation: In asymmetric encryption, data is encrypted using the recipient's public key, and only the recipient's corresponding private key can decrypt it. This ensures confidentiality because the private key is never shared.