Skip to content

RIPEMD 128/160/256/320-bit Recursive Hasher (ISO/IEC 10118-3:2004)

License

Notifications You must be signed in to change notification settings

pedroalbanese/rmdsum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [-c <hash.ext>] [-b N] [-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.

Copyright (c) 2020-2022 Pedro F. Albanese - ALBANESE Research Lab.

About

RIPEMD 128/160/256/320-bit Recursive Hasher (ISO/IEC 10118-3:2004)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages