Andrew Nacin
|
c3a2c63ac9
|
Add a copyright notice to zxcvbn. fixes #25926.
Built from https://develop.svn.wordpress.org/trunk@26629
git-svn-id: http://core.svn.wordpress.org/trunk@26519 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-12-04 19:53:10 +00:00 |
|
Jon Cave
|
5073ad5776
|
zxcvbn: Apply ROT13 when building the dynamic user_inputs dictionary.
The modified matcher assumes that the dictionaries are ROT13 encoded.
All of the static dictionaries were, but user_inputs wasn't. See #21737.
Built from https://develop.svn.wordpress.org/trunk@25159
git-svn-id: http://core.svn.wordpress.org/trunk@25138 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-29 08:41:08 +00:00 |
|
Andrew Nacin
|
09e92faa6c
|
Use Dropbox's zxcvbn library for our password meter.
The library was added in [25156].
props duck_.
see #21737.
Built from https://develop.svn.wordpress.org/trunk@25157
git-svn-id: http://core.svn.wordpress.org/trunk@25136 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-28 16:09:10 +00:00 |
|
Andrew Nacin
|
1370cf9a7b
|
Add Dropbox's zxcvbn library for realistic password strength estimation.
Upstream: https://github.com/lowe/zxcvbn. MIT License.
Modified for WordPress with a rot13 of the included word dictionaries, for PG-ness.
props duck_.
see #21737.
Built from https://develop.svn.wordpress.org/trunk@25156
git-svn-id: http://core.svn.wordpress.org/trunk@25135 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-08-28 16:03:11 +00:00 |
|