Put it to work
Compute a downloaded file’s SHA-256 and compare it with the publisher’s checksum.
Details that matter
Format and meaning
Supports SHA-256, SHA-384, and SHA-512. MD5 and SHA-1 are not offered.
Using it correctly
HMAC uses a UTF-8 secret key. Unlike an ordinary hash, reproducing it requires the key.
Common pitfalls
A plain hash is not a password-storage function. Use a purpose-built password derivation function.
Supported scope and limits
Files up to 20 MB; text up to 1 MB
Split inputs that exceed the limit. If a format or algorithm is unsupported, choose a tool that matches your requirements instead of silently changing the format.