https://github.com/pedroalbanese/lshsum
TTAK.KO-12.0276 LSH Recursive Hasher
https://github.com/pedroalbanese/lshsum
hashing lsh-algorithm lsh-implementation
Last synced: 4 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-18T13:06:10.000Z (almost 3 years ago)
- Last Synced: 2025-01-04T21:18:41.202Z (6 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
[](https://github.com/pedroalbanese/lshsum/blob/master/LICENSE.md)
[](https://github.com/pedroalbanese/lshsum/releases)
[](http://godoc.org/github.com/pedroalbanese/lshsum)
[](https://goreportcard.com/report/github.com/pedroalbanese/lshsum)
[](https://golang.org)
[](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.