Thanks for a nifty program!
Unfortunately your output is binary data, not ASCII/UTF-8 which means one cannot use find or grep* in a batch file to check for a specific hash result.
So pls give an option to just output an ASCII/UTF-8 string.
.
.
* workaround:
- create a results file using the switch -t
- use -verify to verify against that result file, use exit code for true/false
Thanks for a nifty program!
Unfortunately your output is binary data, not ASCII/UTF-8 which means one cannot use find or grep* in a batch file to check for a specific hash result.
So pls give an option to just output an ASCII/UTF-8 string.
.
.
* workaround: