aboutsummaryrefslogtreecommitdiffhomepage
path: root/test.c
Commit message (Collapse)AuthorAge
* Update testing to allow for very long passwords.tony2022-04-07
|
* Selftests removed from library and placed into test-internals.Perlbotics2017-11-21
| | | | | | Selftests extracted (removed) from zxcvbn.c and test.c and placed into test-internals.c Makefile updated.
* Internal selftest added. Keyboard-layout integrity checked.Perlbotics2017-11-16
| | | | | Test binaries perform additional selftests now. This helps to detect errors in keyboard layout definitions early.
* 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.
* Tidy-up and tweaks.tony2016-10-24
|
* Add extra entropy if a password is made from multiple matches, also move ↵tony2016-10-24
| | | | some controlling #defines to beginning of zxcvbn.c
* update to use larger dictionaries from the Dropbox version of zxcvbn.tony2016-10-16
| | | | Also allow for repeated sequences.
* Allow for sequences like 2468 to be detected.tony2016-09-28
| | | | Also add printing password entropy as log10(guesses)
* Angled-include zxcvbn.hSean Whitton2016-09-24
| | | | To build as a shared/static library.
* Initial commit.tony2015-01-03