Tools

Hash Tools

File Hash Generator

Generate checksums and digests for files up to 5 MB.

Output

Generate file digests for quick checksum and integrity checks.

Common edge cases

Any byte change, including metadata embedded inside a file format, produces a different digest.

Language snippets

shasum -a 256 ./file.txt

FAQ

Which algorithms are available?

CRC32, CRC32C, MD5, SHA, SHA-3, Keccak, RIPEMD-160, BLAKE2, and BLAKE3 are available.

Related tools