A small tool for checking/generating md5/sha1/sha256/sha512 checksums of a file
Installation
Precompiled binary
Precompiled binaries for Windows, macOS, Linux are available at Releases.
From source
$ go get github.com/unblee/chksum.git
Usage
A small tool for checking md5/sha1/sha256/sha512 checksums of a file.
Usage:
chksum <file> <checksum>
chksum <file>
chksum (-h | --help)
Options:
-h --help Show this message.
-V --version Show version.