Hash Generator
Generate MD5, SHA-1, SHA-256, SHA-384 and SHA-512 hashes of any text.
About the Hash Generator
Type or paste text to get its hash in five common algorithms at once. Hashes are computed locally using the browser's Web Crypto API.
MD5 and SHA-1 are shown for compatibility with legacy systems. Both are broken for security purposes โ use SHA-256 or stronger for anything that matters.
Frequently asked questions
Can a hash be reversed?
Not directly. But short or common inputs can be found in lookup tables, which is why passwords must be hashed with a slow, salted algorithm such as bcrypt or Argon2.
Related tools
All Developer โBase64 Encoder / Decoder
Encode text to Base64 or decode Base64 back to text, with full Unicode support.
UUID Generator
Generate cryptographically random UUID v4 identifiers in bulk.
URL Encoder / Decoder
Percent-encode or decode URLs and query string components.
Markdown Preview
Write Markdown and see the rendered result and HTML side by side.
JSON Formatter & Validator
Beautify, minify and validate JSON with clear error messages.
Text Diff Checker
Compare two texts and see exactly what was added, removed or kept.