Skip to content

firaol0902/Hash-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hash Generator 🔐

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.


Features

  • 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.

Installation

Clone the repository:

git clone https://github.com/firaol0902/Hash-Generator.git

About

A Python Flask web application that generates cryptographic hashes for any input using 4 algorithms (MD5, SHA-1, SHA-256, SHA-512). Users can enter text and see the generated hashes instantly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors