All checks were successful
Build / release (push) Successful in 1m51s
Signed-off-by: spv <spv0x04@proton.me>
RSA
my rsa implementation in rust using as few libraries as my mental wellbeing could handle.
Im using clap so documentation is not really required the binary documents itself.
idk
Usage
- Generate a pair of keys
./rsa generate <-b/--bitsize keysize>
- Encrypt some data with public key
./rsa encrypt public_key "Hello"
Will write the encrypted data to message.enc
3. Decrypt it
./rsa private_key message.enc
Will print Hello
Description
Version 1.1
Latest
Languages
Rust
100%