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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: python-bcrypt
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Simon Fondrie-Teitler <simonft@riseup.net>,
Daniel Stender <stender@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
dh-python,
python-dev,
python-setuptools,
python-cffi,
python-pytest <!nocheck>,
python-six,
python3-dev,
python3-setuptools,
python3-cffi,
python3-pytest <!nocheck>,
python3-six
Homepage: https://github.com/pyca/bcrypt
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/python-team/modules/python-bcrypt.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-bcrypt
Package: python-bcrypt
Architecture: linux-any
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
Description: password hashing library for Python
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 2.x.
Package: python3-bcrypt
Architecture: linux-any
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.
|