Source: python-rsa Section: python Maintainer: Debian Python Team Uploaders: TANIGUCHI Takaki Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-poetry-core, python3-pyasn1, python3-setuptools, Standards-Version: 4.7.4 Homepage: http://stuvel.eu/rsa Vcs-Git: https://salsa.debian.org/python-team/packages/python-rsa.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-rsa Package: python3-rsa Architecture: all Depends: python3, ${python3:Depends}, ${misc:Depends} Description: Pure-Python RSA implementation (Python 3) Python-RSA is a pure-Python RSA implementation. It supports encryption and decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5. It can be used as a Python library as well as on the commandline. The code was mostly written by Sybren A. Stüvel. . This package contains the module for Python 3.