What is a Hash Generator?
A cryptographic hash function takes any input text and produces a fixed-length hexadecimal string called a hash digest. The same input always produces the same output, but even a single character change produces a completely different hash. Hashes are one-way — you cannot reverse them to recover the original input.
This tool computes hashes using your browser's built-in WebCrypto API (or pure-JavaScript implementations as a fallback). Nothing is sent to any server.
Supported Algorithms
How to Use It
Open the tool
Go to Encode / Decode and scroll to the Hash Generator section.
Select an algorithm
Choose MD5, SHA-1, SHA-256, SHA-384 or SHA-512. Use SHA-256 if unsure.
Type or paste your text
Enter the text to hash. The hash is computed instantly as you type.
Copy the hash
Click Copy to copy the hexadecimal hash string to your clipboard.
Pro Tips
abc123 and ABC123 are the same hash value — just different representations of the same hex digits.Frequently Asked Questions
Generate a hash now
Open the Hash Generator and compute SHA-256 or other hashes for any text instantly.
Open Hash Generator →