Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 348 Bytes

File metadata and controls

5 lines (5 loc) · 348 Bytes

BasicEncryptor

These are the basic python scripts that let you generate keys using RSA algorithm and then encrypt it using public key and decrypt it using private key. Gen_key: Generate Public and Private Key Encrypt: Encrypt your file 'message.txt' into 'message.encrypted' Decrypt: Decrypt your file 'message.encrypted' into 'Messagedecrypted'