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.
- Host: GitHub
- URL: https://github.com/alphabetsalphabets/srsa
- Owner: AlphabetsAlphabets
- License: mit
- Created: 2023-04-08T03:26:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-14T06:33:55.000Z (over 2 years ago)
- Last Synced: 2025-02-28T10:57:37.307Z (7 months ago)
- Topics: crytography, rsa, rust
- Language: Rust
- Homepage: https://crates.io/crates/srsa
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.