Source: securestring
Section: python
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-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.
