Skip to content
#

rsa-encryption

Here are 10 public repositories matching this topic...

RSA algorithm is an asymmetric cryptography algorithm. Asymmetric actually means that it works on two different keys i.e. Public Key and Private Key. The public key consists of two numbers where one number is a multiplication of two large prime numbers. And private key is also derived from the same two prime numbers.

  • Updated Jul 5, 2023
  • Go

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-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-encryption topic, visit your repo's landing page and select "manage topics."

Learn more