spv 284af2dd89
All checks were successful
Build / release (push) Successful in 1m51s
Updated documentation
Signed-off-by: spv <spv0x04@proton.me>
2024-07-26 14:09:12 +02:00
2024-07-26 14:03:28 +02:00
2024-07-25 23:54:34 +02:00
2024-07-25 23:54:34 +02:00
2024-07-26 13:37:25 +02:00
2024-07-26 13:37:25 +02:00
2024-07-26 13:17:05 +02:00
2024-07-25 23:54:34 +02:00
2024-07-25 23:54:34 +02:00
2024-07-25 23:54:34 +02:00
2024-07-26 14:09:12 +02:00
2024-07-26 13:41:12 +02:00

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

  1. Generate a pair of keys
./rsa generate <-b/--bitsize keysize>
  1. 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
No description provided
Readme 175 KiB
Version 1.1 Latest
2024-07-26 12:02:10 +00:00
Languages
Rust 100%