A simple yet effective Python tool to encrypt and decrypt sensitive files, ensuring better security and privacy. Ideal for cybersecurity enthusiasts and anyone wanting to protect their confidential data.
Encrypts files using secure algorithms Decrypts files easily Organized folder structure (Original, Encrypted, Decrypted) Beginner-friendly Python code Easy to integrate into other security projects
arduino Copy Edit Secure-File-Encryptor/ β βββ encryptor.py βββ original_files/ β βββ test.txt βββ encrypted_files/ β βββ test.txt βββ decrypted_files/ βββ test.txt
Clone this repository
bash Copy Edit git clone https://github.com/Ananya1718/Secure-File-Encryptor.git Navigate into the project
bash Copy Edit cd Secure-File-Encryptor Run the Python script
bash Copy Edit python encryptor.py Follow on-screen instructions to encrypt or decrypt your files!
Python 3.x hashlib (built-in, no extra install)
Add GUI interface using Tkinter Add password protection for encryption/decryption Support for multiple file types and bulk operations
S Ananya
If you like this project, please βοΈ it on GitHub to show your support!