1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: zxcvbn-python
Section: python
Priority: optional
Maintainer: Patrik Dufresne <patrik@ikus-soft.com>
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/dwolfhub/zxcvbn-python/tree/master
Vcs-Browser: https://gitlab.com/ikus-soft/zxcvbn-python
Vcs-Git: https://gitlab.com/ikus-soft/zxcvbn-python.git
Testsuite: autopkgtest-pkg-python
Package: python3-zxcvbn
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Realistic password strength estimator - Python3 module
This is a Python implementation of the library created by the team at Dropbox.
Accepts user data to be added to the dictionaries that are tested against,
gives a score to the password, provides feedback on the password and ways to
improve it, returns time estimates on how long it would take to guess the
password in different situations
.
This package provides the Python 3 library, and a zxcvbn binary providing a
convenient wrapper.
|