Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-28T23:58:42.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T08:17:49.240Z (5 months ago)
- Topics: cryptography, gost, gost94, hashsum
- Language: Go
- Homepage:
- Size: 91.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GOSTSUM(2)
[![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](https://github.com/pedroalbanese/gostsum/blob/master/LICENSE.md)
[![GitHub downloads](https://img.shields.io/github/downloads/pedroalbanese/gostsum/total.svg?logo=github&logoColor=white)](https://github.com/pedroalbanese/gostsum/releases)
[![GoDoc](https://godoc.org/github.com/pedroalbanese/gostsum?status.png)](http://godoc.org/github.com/pedroalbanese/gostsum)
[![Go Report Card](https://goreportcard.com/badge/github.com/pedroalbanese/gostsum)](https://goreportcard.com/report/github.com/pedroalbanese/gostsum)
[![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/pedroalbanese/gostsum)](https://golang.org)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/pedroalbanese/gostsum)](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.