Skip to content

checksum which is used for checking the file integrity and comparing it with given hashes

License

Notifications You must be signed in to change notification settings

pmk456/checksum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Checksum 2.0

Whats New

Added Support For Windows 10
Re-Written The Whole Source Code Without Depending On Terminal Packages
Used hashlib Module.

Installation

sudo apt install python3
git clone https://github.com/pmk456/checksum.git
chmod +x main.py

Using DEB

wget https://github.com/pmk456/checksum/releases/download/checksum_amd64/checksum_amd64.deb
sudo dpkg -i checksum_amd64.deb

Usage

usage: checksum [-h] [--hash HASH] [-a A] path

* Copyright of Patan Musthakheem, 2021 * Supports Checksum For SHA256, SHA1, MD5

positional arguments:
  path         Path of The File

optional arguments:
  -h, --help   show this help message and exit
  --hash HASH  Hash To Compare With
  -a A         Algorithm Of Hashing

About

checksum which is used for checking the file integrity and comparing it with given hashes

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages