Everyday tools

Generate a SHA hash of text or a file

Type text or choose a file, get every common hash at once. Everything runs in your browser — nothing is uploaded.

1
Hash text or a file
2
Digests

Common questions

Why does it show every hash type at once instead of picking one?
Different situations call for different algorithms, and computing all of them is essentially instant, so there is no reason to make you pick first and start over if you needed a different one.
Is my file uploaded to compute the hash?
No — hashing happens entirely on your device using the browser’s own built-in cryptographic functions, the same ones real applications use.
Why is MD5 not included?
Browsers do not provide MD5 through their built-in cryptographic functions, and MD5 is also considered broken for any security purpose, so it is intentionally left out in favour of the SHA family.