aboutsummaryrefslogtreecommitdiffhomepage
path: root/dict-generate.cpp
Commit message (Collapse)AuthorAge
* Stop GCC 8.3 warning about possible buffer overrun when generating a dictionary.tony2019-09-29
| | | | In practice this would never occur as it requires making a Peta-byte sized string to trigger the error.
* Correct name in LICENSE.txt and change license header in other source files ↵tony2017-05-15
| | | | to match.
* Calculate the required size for PossChars based on the dictionary used. The fixtony2017-03-04
| | | | | for this by hannob in commit ad2ef761 works for the current dictionary, but would fail if a dictionary is used with 49 or more possible characters for one of its nodes.
* use delete [] instead of deleteHanno2017-03-01
|
* Tidy-up and tweaks.tony2016-10-24
|
* Add option to dict-generate to limit the number of entries from a word file.tony2016-10-24
|
* update to use larger dictionaries from the Dropbox version of zxcvbn.tony2016-10-16
| | | | Also allow for repeated sequences.
* Initial commit.tony2015-01-03