/checksum

File checksum verification tool written in Go.

Primary LanguageGo

checksum

A Python script for verifying file hashes

Installation

git clone https://github.com/ibnaleem/checksum.git
pip install -r requirements.txt

Usage

python3 checksum.py /path/to/file provided_hash

Hashing Algorithms

This script supports the following hashing algorithms:

  • MD5
  • SHA1
  • SHA224
  • SHA256
  • SHA384
  • SHA512