An open API service indexing awesome lists of open source software.

https://github.com/i3abghany/rsa


https://github.com/i3abghany/rsa

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

          

# rsa

A simple implementation of the RSA asymmetric cipher. It only supports encrypting messages encoded as integers less
than the internally-generated RSA mod. This is because, typically, RSA is only used to exchange symmetric cipher keys,
which are usually much smaller than RSA keys, and hence the mod.