18 algorithms
MD5, SHA-1, the whole SHA-2 and SHA-3 family, RIPEMD-160, BLAKE2b/2s, BLAKE3 and the fast checksums CRC32 and XXH3.
The Hash module computes a file's digest with all the algorithms you need in a single pass, without re-reading the file for each. It is the starting point of every integrity check.
MD5, SHA-1, the whole SHA-2 and SHA-3 family, RIPEMD-160, BLAKE2b/2s, BLAKE3 and the fast checksums CRC32 and XXH3.
The file is read once in 1 MiB blocks that feed all selected digests together.
A progress bar wired to the backend shows bytes processed out of the total.
Copy a single digest or all at once; export to CSV, JSON or a PDF report (with optional timestamp).
A list of recently analysed files to reopen them in one click.