Pedro Albanese 45ec1bd593 GoDoc
2021-11-08 15:02:18 -03:00
2021-11-04 08:09:05 -03:00
2021-11-04 08:04:20 -03:00
2021-11-04 08:04:20 -03:00
2021-10-12 14:06:40 -03:00
2021-11-08 15:02:18 -03:00

SHA3SUM(2)

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

sha3sum Parallel Implementation written in Go

SHA3 Hashsum Tool - ALBANESE Lab (c) 2020-2021

Usage of sha3sum:
sha3sum [-v] [-b N] [-c <hash.ext>] [-r] -t <file.ext>

  -b int
        Bits: 224, 256, 384 and 512. (default 256)
  -c string
        Check hashsum file.
  -r    Process directories recursively.
  -t string
        Target file/wildcard to generate hashsum list.
  -v    Verbose mode. (The exit code is always 0 in this mode)
  

Examples:

Generate hashsum list:

$ ./sha3sum [-r] -t "*.*" > hash.txt
Always works in binary mode.

Check hashsum file:

$ ./sha3sum [-v] -c hash.txt
Exit code is always 0 in vebose mode.

License

This project is licensed under the ISC License.

Description
sha3sum Implementation in Go
Readme 77 KiB
Languages
Go 100%