Generate SHA-1, SHA-256, SHA-512 hashes
Hash Generator computes SHA-1, SHA-256, and SHA-512 hashes of the text you type, using the browser's built-in Web Crypto API — nothing is sent to a server. All three hashes are generated together automatically; there's no algorithm picker, no MD5 (the Web Crypto API doesn't provide it), and no file upload — only pasted or typed text.
What is a hash used for?
A hash is a fixed-length fingerprint of input data, used for verifying data integrity, checksums, and (with appropriately slow, salted algorithms — not these general-purpose ones) password storage.
Which algorithms does this tool support?
SHA-1, SHA-256, and SHA-512, computed together every time. MD5 and SHA-384 aren't available, since this tool relies on the browser's Web Crypto API, which doesn't provide MD5.
Is my data uploaded to a server?
No, hashing happens entirely in your browser using the Web Crypto API.
Can I hash a file instead of typed text?
No — only text you type or paste into the box can be hashed; there's no file upload option.