Skip to content

Releases: Freaky/mkpass

Better Verboseness

24 Feb 17:20

Choose a tag to compare

  • Add wordlist descriptions
  • List built-in wordlists with -D
  • BREAKING: Rename -w/--wordlist to -f/--file
  • BREAKING: Add -w as an alias to -d
  • Add -c as an alias to -n
  • Emit verbose information to stderr
  • Add dictionary and attack time estimates to verbose mode
  • Use bignum to calculate combinations
  • Space-separate Koremutake passwords
  • Wrap help text

Modernise

19 Feb 02:13

Choose a tag to compare

  • Refuse to load dictionaries over 128MB in size
  • Require non-zero length/count
  • Update to latest crates
  • Improve error messages

Update rand

28 Jun 22:14

Choose a tag to compare

Upgrade to latest rand crate, drop EntropyRng in favour of OsRng.