Skip to content

GOST R 34.11-2012 Streebog Recursive Hasher written in Go

License

Notifications You must be signed in to change notification settings

pedroalbanese/gost12sum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOST12SUM(2)

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

GOST R 34.11-2012 Streebog256/512 Hashsum Tool

Usage of gost12sum:
gost12sum [-v] [-c <hash.g12>] [-r] [-l] <file.ext>
  -c string
        Check hashsum file
  -l    Use 512 bit hash (default 256-bit)
  -r    Process directories recursively
  -v    Verbose mode (for CHECK command)

Examples:

Generate hashsum list:

$ ./gost12sum [-r] [-l] "*.*" > hash.g12
Always works in binary mode.

Check hashsum file:

$ ./gost12sum [-v] [-l] -c hash.g12
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.