1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: python-keyczar
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Christian Kastner <debian@kvr.at>
DM-Upload-Allowed: yes
Build-Depends:
debhelper (>= 7.0.50~),
python-support (>= 0.90),
python-all,
python-simplejson,
python-pyasn1,
python-crypto
Standards-Version: 3.9.2
Homepage: http://www.keyczar.org/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-keyczar/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-keyczar/trunk
Package: python-keyczar
Architecture: all
Depends:
${python:Depends},
${misc:Depends},
python (>= 2.6) | python-simplejson,
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 devlopers 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.
|