- 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 text or files, with hex or Base64 output. It uses the browser Web Crypto API so the input never leaves your device.
Algorithm
Encoding
How to use
- Type or paste text into the input field, or choose a file to hash.
- Choose a hash algorithm and hex or Base64 encoding.
- Copy the 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?
Yes, choose a file and the tool hashes its contents with the selected algorithm.
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.