1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: securestring
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Joost van Baal-Ilić <joostvb@debian.org>
Build-Depends: debhelper-compat (= 13), dh-python, python3-all-dev, libssl-dev
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/python-team/packages/securestring.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/securestring
Homepage: https://github.com/dnet/pysecstr/
Rules-Requires-Root: no
Package: python3-securestring
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Description: Clearing the contents of strings containing cryptographic material
Python wrapper around OPENSSL_cleanse() which fills a pointer with a string of
0's, typically used to clear the contents of strings containing cryptographic
material.
|