An open API service indexing awesome lists of open source software.

https://github.com/pmk456/checksum

checksum which is used for checking the file integrity and comparing it with given hashes
https://github.com/pmk456/checksum

checksum checksums hash hashing linux pmk

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
```