Name | Modified | Size | Downloads / Week |
---|---|---|---|
sha3sum_win32.zip | 2022-06-04 | 712.2 kB | |
sha3sum_linux-x86.zip | 2022-06-04 | 649.0 kB | |
sha3sum_linux-amd64.zip | 2022-06-04 | 670.9 kB | |
sha3sum_linux-armel.zip | 2022-06-04 | 628.7 kB | |
README.md | 2022-06-04 | 1.5 kB | |
Totals: 5 Items | 2.7 MB | 0 |
SHA3SUM(2)
sha3sum Parallel Implementation written in Go
Usage of sha3sum: sha3sum [-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:
$ ./sha3sum [-r] "*.*" > hash.txt
Always works in binary mode.
Check hashsum file:
$ ./sha3sum -c hash.txt
$ echo $?
Exit code is always 0 in verbose mode.
License
This project is licensed under the ISC License.