InterviewSolution
Saved Bookmarks
| 1. |
How Is Rsa Used? |
|
Answer» RSA is a relatively slow ALGORITHM, and because of this, it is less COMMONLY USED to directly encrypt user data. More often, RSA passes encrypted shared KEYS for symmetric key cryptography which in TURN can perform bulk encryption-decryption operations at much higher speed. RSA is a relatively slow algorithm, and because of this, it is less commonly used to directly encrypt user data. More often, RSA passes encrypted shared keys for symmetric key cryptography which in turn can perform bulk encryption-decryption operations at much higher speed. |
|