Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 653 Bytes

File metadata and controls

18 lines (14 loc) · 653 Bytes

🔐 EchoCrypt – Secure File Encryption System

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)

📦 Project Structure

echocrypt/
├── flask-api/             # Python encryption/decryption logic (Flask)
├── springboot-backend/    # RESTful Spring Boot service
├── streamlit-frontend/    # Streamlit UI for users
├── README.md
├── .gitignore