Skip to content

v2023-08-15.1900-hashplain

Compare
Choose a tag to compare
@cyclone-github cyclone-github released this 16 Aug 02:46
· 36 commits to main since this release
1e3eb80

Performance Updates for hashgen

  • optimized code
  • all hashing functions have been optimized for better performance
  • hashing performance increased between 5-18% (depending on hash algo)

Features Added

  • hashgen can now generate hash:plain pairs by using the -hashplain flag
  • support for $HEX[] wordlist input
    • hashgen can also be used to dehex a wordlist by using -m plaintext
  • bcrypt -cost flag, ex: -m bcrypt -cost 10

Tweaks

  • buffers
  • added small buffers for argon & bcrypt since they are very slow algo's

Bug Fixes

  • stdout / stderr outputs

Misc

  • updated -help menu and code comments
8fc4a983ba065ffcd62df2b6990709a148dc5b3a0af0c7c9252ec63231eb78fa  hashgen.bin
50a46f4cb61af7ff07fe124c047088685fbca45d28aa1e8b1fd48ecbaa031ca3  hashgen-darwin
459ff36ea4d8539e8f27b6d7f1dc5a1bc5d182312017e00790a66e64371519e7  hashgen.exe