Hash Generator
Generate SHA-1, SHA-256, SHA-384 and SHA-512 hashes locally.
A hash turns input of any length into a fixed-length fingerprint. The same input always produces the same digest, and changing one byte changes the output completely. Use it to verify a download, compare files, or build a cache key.
Hashing is not encryption — there is no way back. And for passwords specifically, none of these are appropriate: use bcrypt or Argon2, which are deliberately slow.
How to use it
- Paste the text you want to hash.
- Pick an algorithm — SHA-256 is the sensible default.
- Copy the digest.
Not working as you expect? Report a problem with this tool.