#️⃣ Hash Generator

MD5 · SHA-1 · SHA-256 · SHA-512 — Text, File input & HMAC support

Text Input
File Input
HMAC
Compare

Hash from Text

Hash from File

📁 Click to choose a file or drag & drop here

HMAC

Hash Compare

Hash Results

AlgorithmHash Value
Enter text or select a file to compute hashes.

Algorithm Guide

MD5 (128-bit) — Fast, but cryptographically broken. Use only for checksums, not security. SHA-1 (160-bit) — Also broken; avoid for security. SHA-256 (256-bit) — Current standard; recommended. SHA-512 (512-bit) — Stronger but slower; good for password hashing contexts. HMAC — keyed-hash message authentication code; adds a secret key to prevent tampering.