-1

Someone please state two or three applications of RSA algorithm. I heard that RSA is used for SSL. Is that true?

Madusanka
  • 2,968
  • 5
  • 30
  • 41

2 Answers2

5

Yes, that is true. RSA is an encryption algorithm.

Example uses:

  1. SSL
  2. SSH
  3. Digital signatures
  4. PGP
Brandon
  • 9,822
  • 3
  • 27
  • 37
0

RSA is used in cryptography in Key-based authentication.SSH uses this method of key generation as it is considered very secure.

see here for more

4pie0
  • 29,204
  • 9
  • 82
  • 118