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
-
apt-get install xxhash - Ubuntu
-
apt-get install xxhash -
Alpine
-
apk add xxhash - Arch Linux
-
pacman -S xxhash - Kali Linux
-
apt-get install xxhash - Fedora
-
dnf install xxhash - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install xxhash - OS X
-
brew install xxhash - Docker
-
docker run cmd.cat/xxhsum xxhsumpowered 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