Name | Modified | Size | Downloads / 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
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.