mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
eabfefee87
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>
17 lines
677 B
Plaintext
17 lines
677 B
Plaintext
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/
|