In public-key (asymmetric) encryption, which key is used to encrypt data that only the recipient can decrypt?
Q1. In public-key (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, the sender encrypts data using the recipient's public key; only the recipient's corresponding private key can decrypt it, ensuring only the intended recipient can read the data.