diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-01-28 23:19:45 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-04 06:59:27 +0700 |
commit | da1f20a28a1070143f81bd8aa25bb1b85c0fa092 (patch) | |
tree | 617d1142b48047d92856bc392d83a65198475e02 /python/zxcvbn-python/README | |
parent | c2b699753b0b54302791a822751d6c62cf0febed (diff) |
python/zxcvbn-python: Added (password strength estimator).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/zxcvbn-python/README')
-rw-r--r-- | python/zxcvbn-python/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/zxcvbn-python/README b/python/zxcvbn-python/README new file mode 100644 index 0000000000000..d9e6f4fc81be1 --- /dev/null +++ b/python/zxcvbn-python/README @@ -0,0 +1 @@ +Python implementation of Dropbox’s realistic password strength estimator. |