Source: python-keyczar Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Christian Kastner Build-Depends: debhelper-compat (= 12), dh-python, python-all, python-setuptools, python-pyasn1, python-crypto (>= 2.1), Rules-Requires-Root: no Standards-Version: 4.3.0 Homepage: https://github.com/google/keyczar Vcs-Git: https://salsa.debian.org/python-team/modules/python-keyczar.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-keyczar Package: python-keyczar Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-pyasn1, python-crypto, Conflicts: python-json, Description: toolkit for safe and simple cryptography for Python Keyczar is an open source cryptographic toolkit designed to make it easier and safer for developers to use cryptography in their applications. Keyczar supports authentication and encryption with both symmetric and asymmetric keys. Some features of Keyczar include: . * A simple API * Key rotation and versioning * Safe default algorithms, modes, and key lengths * Automated generation of initialization vectors and ciphertext signatures * Java, Python, and C++ implementations . This package provides the Python implementation of Keyczar.