Simple folder encryption/decryption tool using AES (Fernet).
Place main.py next to the folder you want to encrypt.
├── main.py
└── [Target_Folder]/
pip install cryptography
- Run
python main.py - Option 1: Create
top_secret.key - Option 2: Enter folder name to Encrypt
- Option 3: Enter folder name to Decrypt
Note: Keep
top_secret.keysafe. Without it, you cannot recover your files.