Question 16313 – UGC NET Dec-2020 and June-2021 Paper-2
A message is encrypted using public key cryptography to send a message from sender to receiver. Which one of the following statements is True?
Correct Answer: D
Question 93 Explanation:
To send encrypted data to someone, you must encrypt the data with that person’s public key, and the person receiving the data decrypts it with the corresponding private key.
Receiver decrypts using his own public key
Receiver decrypts using sender’s public key
Sender encrypts using his own public key
Sender encrypts using receiver’s public key