문제

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

도움이 되었습니까?

해결책

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

Example uses:

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

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top