This project is a Python-based Cryptography Implementation application developed for internship learning. The project demonstrates encryption and decryption techniques using various cryptographic algorithms for secure communication and data protection.
- Encryption and decryption
- Cryptography algorithm implementation
- Secure text processing
- User-friendly interface
- Educational cybersecurity project
- Python
- Cryptography Concepts
- HTML
- CSS
- app.py → Main application
- templates/ → HTML pages
- static/ → CSS files
- requirements.txt → Python dependencies
pip install -r requirements.txtpython app.pyYasa Lohith