A Python script for verifying file hashes
git clone https://github.com/ibnaleem/checksum.git
pip install -r requirements.txt
python3 checksum.py /path/to/file provided_hash
This script supports the following hashing algorithms:
- MD5
- SHA1
- SHA224
- SHA256
- SHA384
- SHA512