Releases: jus1d/hash-cli
Releases · jus1d/hash-cli
v1.0.2-stable. Checksums.
In this release was added checksum command.
Usage:
hash-cli [ hash-algorithm ] [ file-path ] [ file-hash-sum-path ]
or
hash-cli [ hash-algorithm ] [ file-path ] --hash [ hash-sum ]
v1.0.1-alpha
Release
First release of hash-cli-tool. Main funcs are created
Supported hash algorithms:
- SHA1
- SHA256
- SHA384
- SHA512
- Keccak224
- Keccak256
- Keccak384
- Keccak512
- MD5
Also available --test flag for run tests.
Install:
Run hash-cli-setup.exe, after that be sure to run hash-cli.exe from Administrator user.
The utility is ready to use
Usage:
For strings:
hash-cli [ hash-algorithm ] [ raw-input ]For files:
hash-cli [ hash-algorithm ] --file [ file-name or path ]