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
* International support in Java (Python coming soon)

Keyczar was originally developed by members of the Google Security Team and is
released under an Apache 2.0 license.

WWW: http://www.keyczar.org/

PR:		ports/179025
Submitted by:	Douglas Thrift <douglas@douglasthrift.net>
This commit is contained in:
Martin Wilke 2013-05-29 00:36:46 +00:00
parent ed807b4a4b
commit eabfefee87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319331
5 changed files with 72 additions and 0 deletions

View File

@ -748,6 +748,7 @@
SUBDIR += py-gnutls
SUBDIR += py-htpasswd
SUBDIR += py-kerberos
SUBDIR += py-keyczar
SUBDIR += py-keyring
SUBDIR += py-m2crypto
SUBDIR += py-mcrypt

View File

@ -0,0 +1,22 @@
# Created by: Douglas Thrift <douglas@douglasthrift.net>
# $FreeBSD$
PORTNAME= keyczar
PORTVERSION= 0.71c
CATEGORIES= security python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= douglas@douglasthrift.net
COMMENT= Toolkit for safe and simple cryptography
LICENSE= AL2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.0:${PORTSDIR}/security/py-pycrypto
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= python-${PORTNAME}
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (python-keyczar-0.71c.tar.gz) = 34845f4d8388b11e1176d36e90c2126cff564a621133bd1a946aa6640d2e9035
SIZE (python-keyczar-0.71c.tar.gz) = 236344

View File

@ -0,0 +1,16 @@
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
* International support in Java (Python coming soon)
Keyczar was originally developed by members of the Google Security Team and is
released under an Apache 2.0 license.
WWW: http://www.keyczar.org/

View File

@ -0,0 +1,31 @@
%%PYTHON_SITELIBDIR%%/keyczar/__init__.py
%%PYTHON_SITELIBDIR%%/keyczar/__init__.pyc
%%PYTHON_SITELIBDIR%%/keyczar/__init__.pyo
%%PYTHON_SITELIBDIR%%/keyczar/errors.py
%%PYTHON_SITELIBDIR%%/keyczar/errors.pyc
%%PYTHON_SITELIBDIR%%/keyczar/errors.pyo
%%PYTHON_SITELIBDIR%%/keyczar/keyczar.py
%%PYTHON_SITELIBDIR%%/keyczar/keyczar.pyc
%%PYTHON_SITELIBDIR%%/keyczar/keyczar.pyo
%%PYTHON_SITELIBDIR%%/keyczar/keyczart.py
%%PYTHON_SITELIBDIR%%/keyczar/keyczart.pyc
%%PYTHON_SITELIBDIR%%/keyczar/keyczart.pyo
%%PYTHON_SITELIBDIR%%/keyczar/keydata.py
%%PYTHON_SITELIBDIR%%/keyczar/keydata.pyc
%%PYTHON_SITELIBDIR%%/keyczar/keydata.pyo
%%PYTHON_SITELIBDIR%%/keyczar/keyinfo.py
%%PYTHON_SITELIBDIR%%/keyczar/keyinfo.pyc
%%PYTHON_SITELIBDIR%%/keyczar/keyinfo.pyo
%%PYTHON_SITELIBDIR%%/keyczar/keys.py
%%PYTHON_SITELIBDIR%%/keyczar/keys.pyc
%%PYTHON_SITELIBDIR%%/keyczar/keys.pyo
%%PYTHON_SITELIBDIR%%/keyczar/readers.py
%%PYTHON_SITELIBDIR%%/keyczar/readers.pyc
%%PYTHON_SITELIBDIR%%/keyczar/readers.pyo
%%PYTHON_SITELIBDIR%%/keyczar/util.py
%%PYTHON_SITELIBDIR%%/keyczar/util.pyc
%%PYTHON_SITELIBDIR%%/keyczar/util.pyo
%%PYTHON_SITELIBDIR%%/keyczar/writers.py
%%PYTHON_SITELIBDIR%%/keyczar/writers.pyc
%%PYTHON_SITELIBDIR%%/keyczar/writers.pyo
@dirrm %%PYTHON_SITELIBDIR%%/keyczar