InterviewSolution
Saved Bookmarks
| 1. |
Why Do We Use Rsa Key? |
|
Answer» RSA KEY is a PRIVATE key based on RSA algorithm. Since encrypted data transmission takes too much time in CASE of asymmetric encryption, this kind of encryption is USED for a secure symmetric key exchange that is used for actual transmitted data encryption and decryption. RSA key is a private key based on RSA algorithm. Since encrypted data transmission takes too much time in case of asymmetric encryption, this kind of encryption is used for a secure symmetric key exchange that is used for actual transmitted data encryption and decryption. |
|