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
- Host: GitHub
- URL: https://github.com/pmk456/checksum
- Owner: pmk456
- License: apache-2.0
- Created: 2021-05-10T12:51:51.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-18T11:21:30.000Z (almost 5 years ago)
- Last Synced: 2023-11-29T19:10:34.154Z (over 2 years ago)
- Topics: checksum, checksums, hash, hashing, linux, pmk
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```