Skip to content

Parallel GOST R 34.11-94 CryptoPro hashsum command

License

Notifications You must be signed in to change notification settings

pedroalbanese/gostsum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.