Q. Consider the following statements:
1.Public key encryption is an asymmetric encryption technique which uses different keys for encryption and decryption, allowing computers over the Internet to securely communicate with each other.
2.Another application of public key encryption is the digital signature which are used for sender authentication.
Which of the statements given above is/are correct?

[A] 1 only

[B] 2 only

[C] Both 1 and 2

[D] Neither 1 nor 2

Answer: C
Notes:

Public key encryption is an asymmetric encryption technique which uses different keys for encryption and decryption, allowing computers over the Internet to securely communicate with each other.

With public-key cryptography, robust authentication is also possible. A sender can combine a message with a private key to create a short digital signature on the message. Anyone with the sender’s corresponding public key can combine that message with a claimed digital signature; if the signature matches the message, the origin of the message is verified (i.e., it must have been made by the owner of the corresponding private key)

Source- Article

Blog
Academy
Community