aboutsummaryrefslogtreecommitdiffhomepage
path: root/zxcvbn.c
Commit message (Expand)AuthorAge
* Limit full entropy estimation to the first 100 characters of a password to limittony2022-04-07
* Fix clang compilation fail, github issue #22 reported by ksdd.tony2018-08-29
* Selftests removed from library and placed into test-internals.Perlbotics2017-11-21
* Internal selftest added. Keyboard-layout integrity checked.Perlbotics2017-11-16
* Exhaustive spacial tests across all registered keyboard layouts.Perlbotics2017-11-15
* Fix for UK_Qwerty layout. Fix for Dvorak array size.Perlbotics2017-11-15
* Merge pull request #14 from dhenot/mastertsyrogit2017-05-15
|\
| * Fix match for decrementing sequencesDavid Hénot2017-05-11
* | Correct name in LICENSE.txt and change license header in other source files t...tony2017-05-15
|/
* Calculate the required size for PossChars based on the dictionary used. The fixtony2017-03-04
* Fix one byte buffer overflow in ListPossibleChars().Hanno2017-03-01
* Fix memory leaktony2016-10-24
* Add extra entropy if a password is made from multiple matches, also move some...tony2016-10-24
* update to use larger dictionaries from the Dropbox version of zxcvbn.tony2016-10-16
* Allow for sequences like 2468 to be detected.tony2016-09-28
* Merge branch 'build-libs' of https://github.com/spwhitton/zxcvbn-ctony2016-09-25
|\
| * Angled-include zxcvbn.hSean Whitton2016-09-24
* | Add missing cast for C++11Sean Whitton2016-09-24
|/
* Initial commit.tony2015-01-03