Python encryption using Fernet
Folder Layout
Root Folder
- files (folder)
- pyEncrypt.py
Place "pyEncrypt.py" in a folder with a folder called "files"
- All files to be encrypted/decrypted should be placed in "files"
- All files that are outputted from the script are placed in "files"
(e) = encrypted
To run, use the command "python3 pyEncrypt.py"