Download Latest Version lshsum_linux-x86.zip (648.0 kB)
Email in envelope

Get an email when there's a new version of LSHSUM

Home
Name Modified Size InfoDownloads / Week
lshsum_win32.zip 2022-06-04 711.7 kB
lshsum_linux-x86.zip 2022-06-04 648.0 kB
lshsum_linux-amd64.zip 2022-06-04 675.3 kB
lshsum_linux-armel.zip 2022-06-04 629.8 kB
README.md 2022-06-04 1.3 kB
Totals: 5 Items   2.7 MB 0

LSH Recursive Hasher

ISC License GoDoc Go Report Card GitHub go.mod Go version GitHub release (latest by date)

LSH Hashsum Implementation written in Go

Usage of lshsum:
lshsum [-c <hash.ext>] [-b N] [-r] <file.ext>
  -b int
        Bits: 224, 256, 384 and 512. (default 256)
  -c string
        Check hashsum file.
  -r    Process directories recursively.
  

Examples:

Generate hashsum list:

$ ./lshsum [-r] "*.*" > hash.txt

Check hashsum file:

$ ./lshsum -c hash.txt
$ echo $?

License

This project is licensed under the ISC License.

Source: README.md, updated 2022-06-04