Cryptographic hashes, computed locally
The Hash Generator computes SHA-1, SHA-256, SHA-384, SHA-512 and MD5 digests for any text or file — up to 200 MB — using your browser's native crypto engine. Drop a file or paste a string, and every checksum appears at once with one-click copy.
Hashes verify integrity: compare the SHA-256 of a downloaded file against the publisher's checksum to detect corruption or tampering, deduplicate files by digest, or store password-equivalent fingerprints safely. Publishing a checksum alongside a release lets every recipient verify they received exactly what you built.
Computing happens locally — this is the crucial property for a hash tool, since hashing a secret through a third-party server would defeat its purpose. Your files and strings never leave your device, and the digests are produced by the same WebCrypto implementation your applications use.
Like every Piclizer tool, this one runs entirely in your browser — your files stay on your device.