Home
Name Modified Size InfoDownloads / Week
rmdsum_win32.zip 2022-06-04 713.8 kB
rmdsum_linux-x86.zip 2022-06-04 649.9 kB
rmdsum_linux-armel.zip 2022-06-04 628.5 kB
rmdsum_linux-amd64.zip 2022-06-04 674.4 kB
README.md 2022-06-04 1.2 kB
Totals: 5 Items   2.7 MB 0

RMDSUM

ISC License 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

Check hashsum file:

$ ./rmdsum -c hash.txt
$ echo $?

License

This project is licensed under the ISC License.

Source: README.md, updated 2022-06-04