Skip to content

Releases: jus1d/hash-cli

v1.0.2-stable. Checksums.

15 Dec 18:55
a4d874e

Choose a tag to compare

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

11 Dec 13:30

Choose a tag to compare

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 ]