Source: python-bcrypt Maintainer: Debian Python Team Uploaders: Simon Fondrie-Teitler Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-builtusing, dh-python, pybuild-plugin-pyproject, python3-all, python3-pytest , python3-setuptools-rust, librust-base64-dev, librust-bcrypt-dev, librust-bcrypt-pbkdf-dev, librust-getrandom-dev, librust-pyo3-dev, librust-subtle-dev, Homepage: https://github.com/pyca/bcrypt Standards-Version: 4.6.0 Vcs-Git: https://salsa.debian.org/python-team/packages/python-bcrypt.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-bcrypt Rules-Requires-Root: no Package: python3-bcrypt Architecture: any Static-Built-Using: ${dh-builtusing:librust-base64-dev}, ${dh-builtusing:librust-bcrypt-dev}, ${dh-builtusing:librust-bcrypt-pbkdf-dev}, ${dh-builtusing:librust-getrandom-dev}, ${dh-builtusing:librust-subtle-dev}, Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends} Description: password hashing library for Python 3 bcrypt is a Python module which provides a password hashing method based on the Blowfish password hashing algorithm, as described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres: http://static.usenix.org/events/usenix99/provos.html. . This package provides the bcrypt Python module for Python 3.x.