Skip to content

Releases: GoSimpleLLC/nbvcxz

1.3.0

23 Dec 18:40
Compare
Choose a tag to compare

Release 1.3.0 - Nbvcxz gets a passphrase and password generator.

You are now able to generate passphrases from either the standard (eff_large) dictionary, or any user supplied dictionary, with a configurable number of words and word delimiter.

There is also a random password generator if that's more your style. You can configure the character set to generate from, and the number of characters to generate.

1.2.1

19 Dec 03:04
Compare
Choose a tag to compare

Version 1.2.1 is an optimization release.

  • Performance improvements
  • Better memory use
  • Drastically less object allocations during estimation

1.2.0

13 Dec 19:58
Compare
Choose a tag to compare

Version 1.2.0 contains new features, more accurate estimates, and more matching methods.

  • Added dictionary distance matching, so if a password is close to a word in any dictionary, we will do a distance calculation to find the closest match.
  • New match combination algorithm to ensure the best match combination is chosen for scoring the password.
  • Unranked dictionary support
  • New standard dictionary for the EFF wordlist: https://www.eff.org/files/2016/07/18/eff_large_wordlist.txt
  • Bug fixes (yay!)

Initial public release

30 Nov 20:51
Compare
Choose a tag to compare

This is the first public release of nbvcxz.