Frage

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

War es hilfreich?

Lösung

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

Example uses:

  1. SSL
  2. SSH
  3. Digital signatures
  4. PGP

Andere Tipps

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top