1
43kviews
Explain the principle of Public key cryptography
1 Answer
| written 9.4 years ago by |
1.Asymmetric algorithms rely on one key for encryption and a different but related key for decryption.
2.It is computationally infeasible to determine the decryption from encryption key and encryption algorithm.
3.Either of the 2 keys (related) can be used for encryption with the other used for decryption (In case of …