Generators
Hash Generator
Generate SHA-1, SHA-256, SHA-384, and SHA-512 hashes of any text.
Generators
Copied
Generate a SHA hash of your text
This tool computes a cryptographic hash of your text using the SHA family. A hash is a fixed-length fingerprint of the input. The same text always gives the same hash, and any change gives a completely different one. Hashes are used for checksums, data integrity checks and confirming that content has not changed.
How to generate a hash
Type or paste your text, pick an algorithm such as SHA-256, and copy the resulting hex hash.
Frequently asked questions
Why is MD5 not offered?
This tool uses the browser's built-in cryptography, which provides the SHA family. MD5 is considered broken for security use, so it is left out.
Can I turn a hash back into the text?
No. Hashing is one-way by design, which is the whole point of it.