Security

bitrat – fast multi-algorithm file checksum tool

bitrat is a command-line checksum utility aimed at detecting unexpected changes across nested file hierarchies. Its main use case is data-integrity checking: calculate checksums for a collection of files, retain the results, and use later runs to identify content that may have changed through corruption, bit rot, or another unintended modification.

Rather than binding the user to a single digest, bitrat supports a broad selection of hashing algorithms. These include BLAKE3, BLAKE2, SHA-3 and SHA-2 families, with the available set exposed through the program’s algorithm-listing command. This makes the tool suitable for workflows where compatibility, performance, or a particular cryptographic primitive determines the required hash.

The program is designed to make effective use of modern multi-core processors. It uses parallel processing pipelines to calculate checksums efficiently across file collections. HMAC support is also available when a keyed hash is preferable to a plain checksum.

This is free and open source software.

Key Features

  • Calculates checksums across nested file hierarchies.
  • Helps detect bit rot and other unexpected file changes.
  • Supports BLAKE3 and BLAKE2 hashing algorithms.
  • Supports SHA-3 and SHA-2 algorithm families.
  • Lists available algorithms from the command line.
  • Provides HMAC support for keyed checksum generation.
  • Uses parallel processing pipelines to exploit multi-core systems.
  • Cross-platform support – runs on Linux, macOS, FreeBSD, and Windows.

Website: github.com/isometry/bitrat
Support:
Developer: Robin Breathe
License: MIT License

bitrat flags and commands

bitrat is written in Go. Learn Go with our recommended free books and free tutorials.


Related Software

CLI Data Hashing Tools
xxHashNon-cryptographic hash algorithm
b3sumImplementation of the BLAKE3 hash function
RHashCalculate and verify magnet links and various message digests
md5sumCompute and check MD5 message digest; part of GNU Coreutils
cfvTest and create checksum files
JacksumWork with checksums, CRCs, and message digests
md5Generate / check MD5 message digest
digupUpdate md5sum or shasum digest files
cksumCompute and verify file checksums
HashratHash-generation utility
ddgstHashing and checksum utility
QCalcFileHashHash calculator
hashdirChecksum directories and files
Hash CalculatorCalculates around 50 cryptographic hashes of strings and files
danoHashdeep/md5tree for media files
sha3sumKeccak, SHA-3, SHAKE, and RawSHAKE checksum utilities
luhaSimple file checksum tool
filepackFile hashing and verification
b2sumCalculate BLAKE2 checksums
cksfvCreate and check sfv listings using CRC32 checksums
cksfv.rsReimplements the classic cksfv tool
hashdeepGenerate and verify file hashes
hashitGenerate file hashes quickly

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe

Please read our Comment Policy before commenting.

Notify of
guest
0 Comments
Oldest
Newest Most Voted