π¦ ClawHub
File Hasher
by @johnnywang2001
Compute, verify, and compare file hashes using MD5, SHA-1, SHA-256, SHA-512, and more. Use when checking file integrity, verifying downloads against expected...
π‘ Examples
# Hash a file (SHA-256)
python3 scripts/file_hasher.py hash myfile.txtVerify a download
python3 scripts/file_hasher.py verify image.iso -e abc123def456...Compare two files
python3 scripts/file_hasher.py compare file1.txt file2.txt
TERMINAL
clawhub install file-hasher