]> eyrie.org Git - kerberos/krb5-strength.git/commit
In CDB checks, check all passwords within edit distance one
authorRuss Allbery <eagle@eyrie.org>
Fri, 7 Feb 2014 23:44:44 +0000 (15:44 -0800)
committerRuss Allbery <eagle@eyrie.org>
Fri, 7 Feb 2014 23:44:44 +0000 (15:44 -0800)
commit578cb7d0e48ce43da9785751387614dfc8101b73
tree10bd9de59db7fed08fdc62f445ffe7a96d1fb7dc
parentdea3e713340d6b2f490b2a9e965e187750715f5b
In CDB checks, check all passwords within edit distance one

When checking a password against a CDB dictionary, the dictionary will
be checked for all printable ASCII passwords within edit distance one,
in addition to checking the password with first and last characters,
first two characters, and last two characters removed.
NEWS
README
plugin/cdb.c