This is a Python project that encrypts and decrypts files using a password. It has a simple graphical user interface (GUI) built with Tkinter and uses the Fernet encryption algorithm from the cryptography library.
- Encrypt files with a password
- Decrypt encrypted files
- Easy-to-use Tkinter GUI
- Password-based security
- Python
- Tkinter
- Cryptography (Fernet)
-
Install Python.
-
Install the required library:
pip install cryptography -
Run the program:
python encryption_tool.py
charmi patel