srsa

Crates.iosrsa
lib.rssrsa
version0.1.7
sourcesrc
created_at2023-04-10 05:15:13.265235
updated_at2023-04-30 06:52:07.656935
descriptionA simple backend for creating and using RSA key pairs. Intended for personal use.
homepage
repositoryhttps://github.com/AlphabetsAlphabets/srsa
max_upload_size
id834850
size16,223
Yap Jia Hong (AlphabetsAlphabets)

documentation

README

srsa

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.

Usage

A crate that uses the already well established rsa and pkcs8 crates to provide a simple plug and play experience.

Commit count: 32

cargo fmt