logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Compute Checksums - Calculate File Checksums | Online Free DevTools by Hexmos

Compute checksums with Sum command. Calculate file integrity, verify data transfer, and detect file corruption on Linux and MacOS. Free online tool, no registration required.

sum

Compute checksums and the number of blocks for a file. A predecessor to the more modern cksum. More information: https://www.gnu.org/software/coreutils/manual/html_node/sum-invocation.html.

  • Compute a checksum with BSD-compatible algorithm and 1024-byte blocks:

sum {{path/to/file}}

  • Compute a checksum with System V-compatible algorithm and 512-byte blocks:

sum {{[-s|--sysv]}} {{path/to/file}}

See Also