https://github.com/doumanash/rusty-hash
Simple cli utility to calculate file checksums
https://github.com/doumanash/rusty-hash
Last synced: 2 months ago
JSON representation
Simple cli utility to calculate file checksums
- Host: GitHub
- URL: https://github.com/doumanash/rusty-hash
- Owner: DoumanAsh
- License: mit
- Created: 2016-02-06T12:54:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-15T18:48:07.000Z (about 9 years ago)
- Last Synced: 2025-03-29T02:06:59.536Z (2 months ago)
- Language: Rust
- Homepage: https://crates.io/crates/rusty-hash
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rusty-hash
[](https://ci.appveyor.com/project/DoumanAsh/rusty-hash/branch/master)
Simple utility for checksum calculation
```
Usage: rusty_hash [-c | -o | -p] [algorithms] ...Algorithms:
--md5 Enables md5 calculation.
--sha[num] Enables sha calculation. num can be [1, 256, 512]Mode:
Mutually exclusive.
-c --check Verifies checksum from files.
-o --output Write calculations into files with corresponding extension.
-i --interactive Enters into interactive mode where you can input or drop two files to compare.
-p --print Prints checksums to stdout. Default.
```