A simple and secure GUI-based application built with Python that allows you to encrypt and decrypt any file (text, image, video, PDF, etc.) using the cryptography library.
- β
Encrypt any file into
.encformat - β
Decrypt
.encfiles back to original format - β
Automatic key management with
secret.key - β Simple user-friendly interface (Tkinter)
- β Cross-platform (Windows, Linux, macOS)
- Python 3.7 or higher
- cryptography library
Install dependencies with:
pip install cryptography