18/05/26

checkHash

A small Python CLI for checking file integrity by matching files against known hashes.

projects

checkHash

A lightweight Python command-line tool for verifying file integrity. Give it a file and an expected hash, and it detects the hash type, computes the file hash, then tells you whether the file matches.

Useful when you download binaries, archives, or challenge files and want a quick sanity check before trusting them.

Source code: github.com/YoussefKHouya/checkHash