Crates.io | srsa |
lib.rs | srsa |
version | 0.1.7 |
source | src |
created_at | 2023-04-10 05:15:13.265235 |
updated_at | 2023-04-30 06:52:07.656935 |
description | A simple backend for creating and using RSA key pairs. Intended for personal use. |
homepage | |
repository | https://github.com/AlphabetsAlphabets/srsa |
max_upload_size | |
id | 834850 |
size | 16,223 |
A simple backend for creating and using RSA key pairs using the 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.
A crate that uses the already well established rsa and pkcs8 crates to provide a simple plug and play experience.