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

https://github.com/alphabetsalphabets/srsa

A simple backend for creating RSA key pairs for encryption and decryption.
https://github.com/alphabetsalphabets/srsa

crytography rsa rust

Last synced: 7 months ago
JSON representation

A simple backend for creating RSA key pairs for encryption and decryption.

Awesome Lists containing this project

README

          

# srsa
A simple backend for creating and using RSA key pairs using the [rsa](https://github.com/RustCrypto/RSA) crate.

This is meant to be plug and play and I plan to plug this in as a backend for other ideas I have in mind. This is also my **first time** doing anything crytography related and as such the choices I make may not be the best. Feel free to submit a PR or issue for any ideas or improvements you have.

# Usage
A crate that uses the already well established [rsa](https://docs.rs/rsa/0.8.2/rsa/) and
[pkcs8](https://docs.rs/pkcs8/0.10.2/pkcs8/) crates to provide a simple plug
and play experience.