diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-01-19 13:47:27 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-01-19 13:47:27 +0000 |
commit | fbfe87044f034d788213b41f3a6c8996310f9047 (patch) | |
tree | 6ff16ddcd46bae599550d254c96d660ebc89fc22 /security/py-zxcvbn-python/pkg-descr | |
parent | 0ebbea14a9f523a1c882d8e2b5b516101f6b95ca (diff) | |
download | ports-fbfe87044f034d788213b41f3a6c8996310f9047.tar.gz ports-fbfe87044f034d788213b41f3a6c8996310f9047.zip |
Notes
Diffstat (limited to 'security/py-zxcvbn-python/pkg-descr')
-rw-r--r-- | security/py-zxcvbn-python/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/security/py-zxcvbn-python/pkg-descr b/security/py-zxcvbn-python/pkg-descr new file mode 100644 index 000000000000..3dbd1dddeb73 --- /dev/null +++ b/security/py-zxcvbn-python/pkg-descr @@ -0,0 +1,9 @@ +zxcvbn is a password strength estimator inspired by password +crackers. Through pattern matching and conservative estimation, it +recognizes and weighs 30k common passwords, common names and surnames +according to US census data, popular English words from Wikipedia and +US television and movies, and other common patterns like dates, +repeats (aaa), sequences (abcd), keyboard patterns (qwertyuiop), and +l33t speak. + +WWW: https://pypi.python.org/pypi/zxcvbn-python |