Skip to content

Releases: sgillespie/gibberish

v3.0.0.0

30 Mar 17:35
d4388df
Compare
Choose a tag to compare

Breaking Changes

This is a top to bottom rewrite of elocrypt, so this version is incompatible with all previous versions. Please see the API docs and examples for more information.

New features

Added the following flags

  • --english
  • --spanish
  • --trigraph

Which affects the dictionary from which the trigraph was generated. A separate utility gibber-gen-trigraph is also included, which can generate a trigraph from any dictionary word-list.

v2.1.0

16 Dec 01:09
f1cdbbc
Compare
Choose a tag to compare

New Features

  • Add a new --digits flag
  • Add a new --capitals flag

v2.0.1

01 Apr 00:37
Compare
Choose a tag to compare

Bugs Fixed

  • Always generate at least one capital letter with --capitals

v2.0.0

27 Nov 02:41
Compare
Choose a tag to compare

New Features

  • Add a new --capitals flag

Breaking Changes

  • Add a new datatype GenOptions for specifying optional pass generation options

1.0.0

01 May 00:14
Compare
Choose a tag to compare

New Features

  • Generate phrases consisting of words of random length
  • Add a new --passphrases command line option

0.6.0

08 Apr 20:56
Compare
Choose a tag to compare

This release adds support for more recent versions of Elocrypt's dependencies.

New Features

  • Support base version 4.9+
  • Add support Haskell Stack for easier building
  • Add a convenience function to generate phrases

Bugfixes

  • Errors occurred when generating words beginning with 0 weights (qp, jk, etc)

0.4.1

12 Jul 16:08
Compare
Choose a tag to compare

This is a bugfix-only release. This fixes some edge cases.

Bugs Fixed

  • No passwords printed when length >= 79
  • Infinite loop when length < 3
  • Make sure evaulation halts in all cases

0.4.0

28 May 23:24
Compare
Choose a tag to compare

This is the first stable-ish release. I consider this version to be suitable for general password generation

New Features

Pronounceability is improved in the first two letters. This eliminates words beginning with, for example, jk qg, etc.

CLI improvements: we only print as many passwords as can fit on the screen.

0.3.2

18 May 19:04
Compare
Choose a tag to compare

This release fixes Issue #2

elocrypt-0.3.0

15 May 00:14
Compare
Choose a tag to compare

Initial release. With this version, you can

  • Generate passwords of any length
  • Generate any number of passwords

Limitations:

  • Uses the standard random generator
  • Doesn't insert capitals, numbers, or symbols
  • Doesn't support completely random strings

This includes a CLI interface and API. For more information, check the README.md