Skip to content

Releases: abhishekarya1/hashme-cli

v1.1.0

05 Sep 17:34
7cb3054

Choose a tag to compare

  • added verifolder mode (check README for instructions)

v1.0.1

04 Sep 09:16

Choose a tag to compare

Patch Notes

  • verifile structure changed (= is now the separator)
  • can now generate verifile for existing verifiles after user confirmation on prompt

v1.0.0

28 Aug 18:04

Choose a tag to compare

  • copy to clipboard flag -c added
  • external dependencies pyfiglet (stylized text) and pyperclip (copy to clipboard) added

v0.3.1

28 Aug 14:58

Choose a tag to compare

  • Patched verifile generation messages, added exception handling

v0.3.0

28 Aug 14:31

Choose a tag to compare

  • Verifile mode added (see README)

v0.2.1

28 Aug 11:21

Choose a tag to compare

Patch notes

  • optional -v parameter; single hash generation by specifying algorithm with -a parameter if no hash value -v is specified
  • optional -a parameter; algorithm is assumed to be MD5 if no algorithm using -a is specified

v0.2.0

27 Aug 20:45

Choose a tag to compare

  • command syntax restructured: removed -v parameter and added two more parameters -a and -v
  • added support for two hashing algorithms - faster MD5 and robust SHA256
  • generates hashes using both the algorithms
  • verify hash against algorithm specified as parameter -a, --algo

v0.1.0

27 Aug 19:11

Choose a tag to compare

First release with MD5 single file verify.