Skip to content

Latest commit

 

History

History
65 lines (53 loc) · 1.6 KB

File metadata and controls

65 lines (53 loc) · 1.6 KB

Python Security Status

🔒 Secure File Encryptor

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.

Features

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

📂 Project Structure

arduino Copy Edit Secure-File-Encryptor/ │ ├── encryptor.py ├── original_files/ │ └── test.txt ├── encrypted_files/ │ └── test.txt └── decrypted_files/ └── test.txt

How to Run

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!

Requirements

Python 3.x hashlib (built-in, no extra install)

Future Improvements

Add GUI interface using Tkinter Add password protection for encryption/decryption Support for multiple file types and bulk operations

Author

S Ananya

Support

If you like this project, please ⭐️ it on GitHub to show your support!