This repository contains Python scripts for encrypting and decrypting files using the Python and cryptography library.
- Encrypt files using the cryptography library.
- Decrypt encrypted files.
- User-friendly interface using Tkinter.
- Free to use under GPL license.
-
If you not have a Python interpreter installed on your computer, go to dist folder and you can run the encryptFile and decryptFile directly.
-
Clone the repository to your local machine:
git clone https://github.com/elmerurbina/enc.git
- Install the required dependencies:
pip install -r requirements.txt
- Run the scripts:
encryptFile.py
: Run this script to encrypt files.decryptFile.py
: Run this script to decrypt encrypted files.
For any inquiries or feedback, please contact:
- Email: [email protected]