rmdsum

module
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 4, 2022 License: ISC

README

RMDSUM

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

RIPEMD Recursive Hasher (ISO/IEC 10118-3:2004)
Usage of rmdsum:
rmdsum [-v] [-b N] [-c <hash.ext>] [-r] <file.ext>
  -b int
        Bits: 128, 160, 256 and 320. (default 160)
  -c string
        Check hashsum file.
  -r    Process directories recursively.
Examples:
Generate hashsum list:
$ ./rmdsum [-r] "*.*" > hash.txt
Always works in binary mode.
Check hashsum file:
$ ./rmdsum -c hash.txt
$ echo $?
Exit code is always 0 in verbose mode.

License

This project is licensed under the ISC License.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL