https://github.com/pedroalbanese/gostsum
Parallel GOST R 34.11-94 CryptoPro hashsum command
https://github.com/pedroalbanese/gostsum
cryptography gost gost94 hashsum
Last synced: over 1 year ago
JSON representation
Parallel GOST R 34.11-94 CryptoPro hashsum command
- Host: GitHub
- URL: https://github.com/pedroalbanese/gostsum
- Owner: pedroalbanese
- License: isc
- Created: 2021-03-30T01:18:34.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-28T23:58:42.000Z (over 4 years ago)
- Last Synced: 2025-01-04T21:18:48.494Z (over 1 year ago)
- Topics: cryptography, gost, gost94, hashsum
- Language: Go
- Homepage:
- Size: 91.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GOSTSUM(2)
[](https://github.com/pedroalbanese/gostsum/blob/master/LICENSE.md)
[](https://github.com/pedroalbanese/gostsum/releases)
[](http://godoc.org/github.com/pedroalbanese/gostsum)
[](https://goreportcard.com/report/github.com/pedroalbanese/gostsum)
[](https://golang.org)
[](https://github.com/pedroalbanese/gostsum/releases)
### 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.