Skip to content

ibnaleem/checksum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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