xxhsum

Print or verify checksums using fast non-cryptographic algorithm xxHash. More information: <https://github.com/Cyan4973/xxHash>.

Install

All systems
curl cmd.cat/xxhsum.sh
Debian Debian
apt-get install xxhash
Ubuntu
apt-get install xxhash
Alpine
apk add xxhash
Arch Arch Linux
pacman -S xxhash
image/svg+xml Kali Linux
apt-get install xxhash
Fedora
dnf install xxhash
Windows (WSL2)
sudo apt-get update sudo apt-get install xxhash
OS X
brew install xxhash
Docker
docker run cmd.cat/xxhsum xxhsum powered by Commando

Print or verify checksums using fast non-cryptographic algorithm xxHash. More information: <https://github.com/Cyan4973/xxHash>.

  • Calculate the checksum for a file using a specific algorithm:
    xxhsum -H0|32|64|128 path/to/file
  • Run benchmark:
    xxhsum -b

© tl;dr; authors and contributors