- Home
- Developer
- Hash Generator
Hash Generator
Generate SHA-1, SHA-256, SHA-384 and SHA-512 hashes.
The Hash Generator computes SHA-1, SHA-256, SHA-384 and SHA-512 digests for any text. It uses the browser Web Crypto API so the input never leaves your device.
Algorithm
How to use
- Type or paste text into the input field.
- Choose a hash algorithm.
- Copy the hex digest from the output.
Frequently asked questions
Is the hash computed locally?
Yes, Web Crypto computes the digest in the browser without uploading the text.
Can it hash files?
This tool hashes text; SHA-256 file checksums can be calculated with a small script.
Related tools
JSON Formatter
Format, validate and minify JSON in one place.
XML Formatter
Pretty-print and indent XML documents.
YAML Formatter
Format YAML and convert between YAML and JSON in both directions.
CSV to JSON
Convert CSV tables into JSON data.
JWT Decoder
Decode JWT header, payload and expiration.
Number Base Converter
Convert numbers between binary, octal, decimal, hex and more.