Source: python-passlib Section: python Maintainer: Debian Python Team Uploaders: Brian May Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc , pybuild-plugin-pyproject, python3-all, python3-argon2 , python3-bcrypt (>= 5~) , python3-cryptography , python3-django , python3-hatchling, python3-legacycrypt , python3-pytest , python3-sphinx , Standards-Version: 4.7.4 Homepage: https://github.com/notypecheck/passlib Vcs-Git: https://salsa.debian.org/python-team/packages/python-passlib.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-passlib Package: python3-passlib Architecture: all Built-Using: ${sphinxdoc:Built-Using} Depends: python3-legacycrypt, ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends}, Description: comprehensive password hashing framework Password hashing library for Python 3, which provides cross-platform implementations of over 20 password hashing algorithms, as well as a framework for managing existing password hashes. It's designed to be useful for a wide range of tasks; from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user applications.