Skip to content
#

rsa-key-encryption

Here are 21 public repositories matching this topic...

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

The JSONCrypt library is specifically used for encrypting and decrypting data that is sent and received between a client and a server. This library can be easily used by budding programmers to secure their data transmission. The library makes use of 128 bit AES encryption of data, followed by either RSA encryption or developer specified custom e…

  • Updated Sep 3, 2017
  • Java

Improve this page

Add a description, image, and links to the rsa-key-encryption 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-key-encryption topic, visit your repo's landing page and select "manage topics."

Learn more