A simple Python Flask web application that generates cryptographic hashes for any input text using 4 popular algorithms: MD5, SHA-1, SHA-256, and SHA-512.
This project is perfect for learning how hashing works and seeing results in real-time via a web interface.
- Enter any text and generate its hash instantly.
- Supports 4 hashing algorithms:
- MD5
- SHA-1
- SHA-256
- SHA-512
- Clean and user-friendly interface using HTML/CSS.
- Educational tool for understanding hash functions in practice.
Clone the repository:
git clone https://github.com/firaol0902/Hash-Generator.git