Source: securestring Section: python Maintainer: Debian Python Team Uploaders: Joost van Baal-Ilić Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all-dev, python3-setuptools, libssl-dev, Standards-Version: 4.7.4 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/ 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.