encrypt
Encrypt and Decrypt any kind of file
How to use:
Encrypt a file
python3 encrypt.py
Would you like to (E)ncrypt or (D)ecrypt?: E
File to encrypt: photo.jpg
Password: mypassword
Done.
Now you will find it in your directory a file called (encrypted)photo.jpg
Decrypt a file:
python3 encrypt.py
Would you like to (E)ncrypt or (D)ecrypt?: D
File to decrypt: (encrypted)photo.jpg
Password: mypassword
Done.