Hybrid-Cipher-Web-App/ ├── app.py # Flask backend application ├── requirements.txt # Python dependencies ├── README.md # Project documentation ├── images/ # Screenshots and documentation images │ ├── ...
This project allows users to securely encrypt and decrypt files using a generated secret key. It demonstrates practical cryptography implementation and secure file handling techniques.