From fd67d263dd74d7a29947acf63dc28e236cbb2119 Mon Sep 17 00:00:00 2001 From: P Gautam <92343715+PGautam27@users.noreply.github.com> Date: Wed, 5 Oct 2022 11:44:38 +0530 Subject: [PATCH] Update README.md --- scripts/RSA_algo_EtoE_Encryption/README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/scripts/RSA_algo_EtoE_Encryption/README.md b/scripts/RSA_algo_EtoE_Encryption/README.md index 56a48ad..bb34fbe 100644 --- a/scripts/RSA_algo_EtoE_Encryption/README.md +++ b/scripts/RSA_algo_EtoE_Encryption/README.md @@ -1,11 +1,12 @@ # RSA ENCRYPTION ALGO IMPLEMENTATION IN PYTHON --I've imported the rsa package. --It generates the public and private key. --It then stores the keys in keys/privkey.pem and keys/publickey.pem. --The keys are then loaded to the program as publickey and privatekey. --The inputed text or message is encrypted with the public key. --Which then is put in the variable ciphertext. --The private key is used to decrypt the message. --Here we also verify the signature of the message and the keys, whether they are signified or not. +- I've imported the rsa package. +- It generates the public and private key. +- It then stores the keys in keys/privkey.pem and keys/publickey.pem. +- The keys are then loaded to the program as publickey and privatekey. +- The inputed text or message is encrypted with the public key. +- Which then is put in the variable ciphertext. +- The private key is used to decrypt the message. +- Here we also verify the signature of the message and the keys, whether they are signified or not. +![Uploading cipher.png…]()