Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.46 KB

README.md

File metadata and controls

35 lines (30 loc) · 1.46 KB

GOSTSUM(2)

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

GOST R 34.11-94 CryptoPro Recursive Hasher

Usage of gostsum:
gostsum [-v] [-c <hash.g94>] [-r] <file.ext>
  -c string
        Check hashsum file
  -r    Process directories recursively
  -v    Verbose mode (for CHECK command)

Examples:

Generate hashsum list:

$ ./gostsum [-r] "*.*" > hash.g94
Always works in binary mode.

Check hashsum file:

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

License

This project is licensed under the ISC License.

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