Skip to content

Releases: XenorInspire/WorgenX

v1.2.0

19 Jul 20:22
f09c168
Compare
Choose a tag to compare

What's Changed

  • Add new feature to generate a wordlist from a given hash algorithm (-h, --hash), list given by worgenx -h
  • Optimize wordlist generation feature
  • Improve argument checking for CLI mode
  • Add test functions for cargo test
  • Update dependencies
  • Delete useless dependencies (unused features)
  • Few other hotfixes

v1.1.1

06 May 20:34
2ce8720
Compare
Choose a tag to compare

What's Changed

  • Improve performances for password generation feature by using a better entropy source
  • Optimize benchmarking feature
  • Clean up code for better readability and performance
  • Few other hotfixes

v1.1.0

22 Apr 14:04
Compare
Choose a tag to compare

What's Changed

  • Improve performances for wordlist generation (faster + less RAM-consuming)
  • Update CLI argument handling with clap framework
  • Update help menu, now possible to have a custom help menu for each feature
  • Add new start-up menu for GUI mode
  • Update dependencies
  • Few other hotfixes

v1.0.1

03 Apr 11:33
Compare
Choose a tag to compare

What's Changed

  • Add new message in GUI mode to tell the user where the wordlist has been saved
  • Update password saving, now it is more explicit
  • Update dependencies
  • Fix typos in help menu (-h, --help arguments)
  • Fix typos in man page

v1.0.0

27 Mar 18:32
ebb3fbf
Compare
Choose a tag to compare

First release!