Releases: sgillespie/gibberish
v3.0.0.0
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
New Features
- Add a new
--digits
flag - Add a new
--capitals
flag
v2.0.1
Bugs Fixed
- Always generate at least one capital letter with
--capitals
v2.0.0
New Features
- Add a new
--capitals
flag
Breaking Changes
- Add a new datatype
GenOptions
for specifying optional pass generation options
1.0.0
New Features
- Generate phrases consisting of words of random length
- Add a new
--passphrases
command line option
0.6.0
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
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
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
elocrypt-0.3.0
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