From c121314eb9d791ac6f0f44b418b2550085a7e8e3 Mon Sep 17 00:00:00 2001 From: Hesham Date: Fri, 28 Aug 2020 02:47:01 +0300 Subject: [PATCH] Update 'README.md' --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 79e7fe5..025923e 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,23 @@ -# hesham-rsa (hrsa) -A simple program written in python to implement RSA public encryption. Used as Course EE-305 project. +# hesham-rsa +A simple program written in python to implement RSA public encryption. Used as Course EE-305 project KAU. # Installation There is no packaging or installation. Works in current dir (portable) for now. + + git clone https://apollo-server.ddns.net/gitea/Hesham/hesham-rsa.git + # Usage - ./hrsa + ./rsa.py or - python hrsa + python rsa.py ## generating keys -To generate a key pair with an ID +to generate a key pair with and ID - ./hrsa [keysize] [keyID] + ./rsa.py [keysize] [keyID] All generated keys are {working dir}/saves/ in keys folder ## encrypting - ./hrsa encrypt "[message]" [RecieverKeyID] [SenderSignetureKeyID] - + ./rsa.py encrypt "[message]" [RecieverKeyID] [SenderSignetureKeyID]