Files
sha3sum/README.md
Pedro Albanese 3400985370 Update README.md
2021-04-05 19:30:50 -03:00

17 lines
389 B
Markdown

# SHA3SUM(2)
<PRE>
SHA3 Keccak Hashsum Tool - ALBANESE Lab (c) 2020-2021
Usage of sha3sum:
sha3sum [-v] [-b N] [-c <hash.ext>] -t &lt;file.ext&gt;
-b int
Bits: 224, 256, 384 and 512. (default 224)
-c string
Check hashsum file.
-t string
Target file/wildcard to generate hashsum list.
-v Verbose mode. (The exit code is always 0 in this mode)
</PRE>