Package: python3-cryptography Source: python-cryptography Version: 43.0.0-3 Architecture: amd64 Maintainer: Debian Python Team Installed-Size: 3858 Depends: python3-bcrypt, python3 (>= 3~), python3-cffi-backend-api-min (<= 9729), python3-cffi-backend-api-max (>= 9729), python3:any, libc6 (>= 2.34), libgcc-s1 (>= 4.2), libssl3t64 (>= 3.0.0) Suggests: python-cryptography-doc, python3-cryptography-vectors Section: python Priority: optional Homepage: https://cryptography.io/ Description: Python library exposing cryptographic recipes and primitives The cryptography library is designed to be a "one-stop-shop" for all your cryptographic needs in Python. . As an alternative to the libraries that came before it, cryptography tries to address some of the issues with those libraries: - Lack of PyPy and Python 3 support. - Lack of maintenance. - Use of poor implementations of algorithms (i.e. ones with known side-channel attacks). - Lack of high level, "Cryptography for humans", APIs. - Absence of algorithms such as AES-GCM. - Poor introspectability, and thus poor testability. - Extremely error prone APIs, and bad defaults.