What are cryptographic hashes?
Hash functions map arbitrary data to fixed-size digests for integrity checks, content addressing, and fingerprinting secrets without reversible encryption.
This studio computes digests locally for pasted text or uploaded files so checksums never transit stbox servers.
How to use this tool
- Pick an algorithm, paste text or choose a file, then compute the digest.
- Copy the hex output for comparison with upstream checksums.
Frequently asked questions
Which algorithms use WebCrypto?
SHA-1, SHA-256, and SHA-512 use SubtleCrypto. MD5 and SHA3 use @noble/hashes in-browser.