Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedroalbanese/lshsum
TTAK.KO-12.0276 LSH Recursive Hasher
https://github.com/pedroalbanese/lshsum
hashing lsh-algorithm lsh-implementation
Last synced: 6 days ago
JSON representation
TTAK.KO-12.0276 LSH Recursive Hasher
- Host: GitHub
- URL: https://github.com/pedroalbanese/lshsum
- Owner: pedroalbanese
- License: isc
- Created: 2021-11-27T16:46:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-18T13:06:10.000Z (over 2 years ago)
- Last Synced: 2024-11-09T15:11:59.028Z (2 months ago)
- Topics: hashing, lsh-algorithm, lsh-implementation
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# LSH Recursive Hasher
[![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](https://github.com/pedroalbanese/lshsum/blob/master/LICENSE.md)
[![GitHub downloads](https://img.shields.io/github/downloads/pedroalbanese/lshsum/total.svg?logo=github&logoColor=white)](https://github.com/pedroalbanese/lshsum/releases)
[![GoDoc](https://godoc.org/github.com/pedroalbanese/lshsum?status.png)](http://godoc.org/github.com/pedroalbanese/lshsum)
[![Go Report Card](https://goreportcard.com/badge/github.com/pedroalbanese/lshsum)](https://goreportcard.com/report/github.com/pedroalbanese/lshsum)
[![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/pedroalbanese/lshsum)](https://golang.org)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/pedroalbanese/lshsum)](https://github.com/pedroalbanese/lshsum/releases)
### TTAK.KO-12.0276 LSH Recursive Hasher written in Go:
Usage of lshsum:
lshsum [-c <hash.ext>] [-b N] [-r] <file.ext>
-b int
Bits: 224, 256, 384 and 512. (default 256)
-c string
Check hashsum file.
-r Process directories recursively.### LSH-256 Hash-based Message Autentication Code Utility:
Usage of lshmac:
lshmac [-k <secret>] -f <file.ext>
-f string
Target file. ('-' for STDIN)
-k string
Secret key.
## Examples
### Generate hashsum list:
```sh
$ ./lshsum [-r] "*.*" > hash.txt
```### Check hashsum file:
```sh
$ ./lshsum -c hash.txt
$ echo $?
```## License
This project is licensed under the ISC License.
##### Copyright (c) 2020-2022 Pedro F. Albanese - ALBANESE Research Lab.