Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.