Skip to content
#

rsa-key-encryption

Here are 117 public repositories matching this topic...

Encryption means securing digital data by converting it from readable format into an encoded format. Encrypted data can be read after it’s been decrypted. Encryption is a building block of data security. It is most important way to ensure a computer system’s information can’t be stolen or read by someone unauthorized.We developed the AES and RSA…

  • Updated Jul 7, 2022
  • Python

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

Modified package for RSA encryption/decryption to allow large message encryption/decryption, to allow encryption through private key and decryption through public key and signature through public key and private key and vice versa. i.e. Additional functionalities to the existing crypto package https://pkg.go.dev/github.com/gossl/rsam

  • Updated Sep 13, 2022
  • Go

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