https://github.com/ibnaleem/checksum
File checksum verification tool written in Rust.
https://github.com/ibnaleem/checksum
checksum checksum-calculation checksum-calculator checksum-digests checksum-generation checksum-testing checksum-validator checksum-verification checksum-viewer checksums rust rust-crate rust-lang rustlang
Last synced: about 2 months ago
JSON representation
File checksum verification tool written in Rust.
- Host: GitHub
- URL: https://github.com/ibnaleem/checksum
- Owner: ibnaleem
- Created: 2024-04-17T16:42:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-26T20:08:03.000Z (8 months ago)
- Last Synced: 2025-08-14T17:44:18.787Z (about 2 months ago)
- Topics: checksum, checksum-calculation, checksum-calculator, checksum-digests, checksum-generation, checksum-testing, checksum-validator, checksum-verification, checksum-viewer, checksums, rust, rust-crate, rust-lang, rustlang
- Language: Rust
- Homepage:
- Size: 43.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# checksum
File checksum verification tool written in Rust.## Installation
```
$ git clone https://github.com/ibnaleem/checksum.git
```
```
$ cargo build
```
This will generate a binary under `/target/debug/`. You can also download the compiled binary [here.](https://github.com/ibnaleem/checksum/releases)
## Usage
```
$ checksum
```## Hashing Algorithms
This script supports the following hashing algorithms:
- MD5
- SHA1
- SHA224
- SHA256
- SHA384
- SHA512
- BLAKE2b
- Tiger192
- RIPEMD320