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.
Usage of lshmac: lshmac [-k <secret>] -f <file.ext> -f string Target file. ('-' for STDIN) -k string Secret key.
$ ./lshsum [-r] "*.*" > hash.txt
$ ./lshsum -c hash.txt
$ echo $?
This project is licensed under the ISC License.