π A powerful and user-friendly Secure File Encryptor built with Python & Tkinter.
Encrypt and decrypt files effortlessly with password-based encryption using AES-256.
β
Password-Based AES Encryption (AES-256)
β
Drag & Drop File Selection
β
Modern UI with ttkbootstrap
β
Supports Any File Type (PDF, Images, Docs, etc.)
| Tech | Description |
|---|---|
Python |
Core programming language |
Tkinter |
GUI framework |
ttkbootstrap |
Modern themes for Tkinter |
tkinterdnd2 |
Drag & Drop functionality |
Cryptography |
AES-256 encryption |
git clone https://github.com/aryan9653/Secure-File-Encryptor.git
cd Secure-File-Encryptorpython -m venv venv
source venv/bin/activate # On macOS/Linux
venv\Scripts\activate # On Windowspip install -r requirements.txt
python src/gui.pyFeel free to fork the repository, create a new branch, make improvements, and submit a pull request.