Toolora

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

  1. Type or paste text into the input field.
  2. Choose a hash algorithm.
  3. 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.