Releases: abhishekarya1/hashme-cli
Releases · abhishekarya1/hashme-cli
v1.1.0
v1.0.1
Patch Notes
- verifile structure changed (
=is now the separator) - can now generate verifile for existing verifiles after user confirmation on prompt
v1.0.0
- copy to clipboard flag
-cadded - external dependencies
pyfiglet(stylized text) andpyperclip(copy to clipboard) added
v0.3.1
- Patched verifile generation messages, added exception handling
v0.3.0
v0.2.1
Patch notes
- optional
-vparameter; single hash generation by specifying algorithm with-aparameter if no hash value-vis specified - optional
-aparameter; algorithm is assumed to be MD5 if no algorithm using-ais specified
v0.2.0
- command syntax restructured: removed
-vparameter and added two more parameters-aand-v - added support for two hashing algorithms - faster
MD5and robustSHA256 - generates hashes using both the algorithms
- verify hash against algorithm specified as parameter
-a,--algo
v0.1.0
First release with MD5 single file verify.