feature/verify-alg #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/verify-alg"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a verify feature via
-Vflag which can be used to verify a specified hash given a key (with-k). If a key is not specified, an error message is provided and exit code is set appropriately. Otherwise,crypt()is used to verify the hash with the provided key and output "OK"/"FAIL" & exit codes as appropriate.