Skip to content

A Python-based application to securely encrypt and decrypt sensitive files using strong cryptographic methods. Ideal for cybersecurity beginners and personal file protection.

Notifications You must be signed in to change notification settings

Ananya1718/Secure-File-Encryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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!

About

A Python-based application to securely encrypt and decrypt sensitive files using strong cryptographic methods. Ideal for cybersecurity beginners and personal file protection.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages