Computer Science, asked by simrat3329, 11 months ago

How confidentiality and authentication are provided with public key cryptography?

Answers

Answered by Anonymous
0

Public key encryption is a much slower alternative to symmetric cryptography.  Authentication is provided by taking a piece of text, encrypting it using the private key which is only known by you. If it can be decrypted using your public key, then it is known to be encrypted by you.

Similar questions