Skip to content

Implementing RSA functionalities such as generating keys and encrypting/decrypting

Notifications You must be signed in to change notification settings

mtamer/rsa-encrypt-decrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsa-encrypt-decrypt

Implementing RSA functionalities such as generating keys and encrypting/decrypting

###Encrypt.py In order to run this program, you have to run: python encrypt.py secret.txt public_key_bob.pem private_key_alice.pem

###Decrypt.py Inorder to run this program, you have to run: python decrypt.py file_1.txt file_2.txt file_3.txt public_key_alice.pem private_key_bob.pem

###Generate_Keys.py The following python script generates an RSA key pair

About

Implementing RSA functionalities such as generating keys and encrypting/decrypting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages