Skip to content
#

rsa-algorithm

Here are 57 public repositories matching this topic...

RSA (Rivest–Shamir–Adleman) is an algorithm used by modern computers to encrypt and decrypt messages. It is an asymmetric cryptographic algorithm. Asymmetric means that there are two different keys. This is also called public key cryptography, because one of the keys can be given to anyone. The other key must be kept private. The algorithm is ba…

  • Updated Aug 10, 2021
  • Java

The program was created for sending messages safely. The program assumes that Alice requests that her friends encrypt their email communications before sending them to her. An email message is merely a very large number since computers encode text as long numbers (01 for "A," 02 for "B," and so on). Electronic communications are frequently encry…

  • Updated Jul 22, 2022
  • Java

Improve this page

Add a description, image, and links to the rsa-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rsa-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more