Source: zxcvbn-python Section: python Priority: optional Maintainer: Patrik Dufresne 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.