EchoCrypt is a secure file encryption and decryption system built using:
- 🐍 Python Flask API (handles encryption using substitution cipher + QR code)
- ☕ Spring Boot backend (admin dashboard, log tracking, email integration)
- 🎈 Streamlit frontend (user-friendly interface for encryption/decryption)
echocrypt/
├── flask-api/ # Python encryption/decryption logic (Flask)
├── springboot-backend/ # RESTful Spring Boot service
├── streamlit-frontend/ # Streamlit UI for users
├── README.md
├── .gitignore