hesham-rsa/README.md

22 lines
497 B
Markdown
Raw Normal View History

2020-07-10 06:25:20 +02:00
# hesham-rsa (hrsa)
A simple program written in python to implement RSA public encryption. Used as Course EE-305 project.
# Installation
There is no packaging or installation. Works in current dir (portable) for now.
# Usage
./hrsa
or
python hrsa
## generating keys
2020-07-10 06:27:37 +02:00
To generate a key pair with an ID
2020-07-10 06:25:20 +02:00
./hrsa [keysize] [keyID]
All generated keys are {working dir}/saves/ in keys folder
## encrypting
./hrsa encrypt "[message]" [RecieverKeyID] [SenderSignetureKeyID]