diff options
author | Larry Hajali <larryhaja@gmail.com> | 2014-02-17 15:41:49 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-18 14:59:54 -0600 |
commit | 0bba16a5a69fc285f0ce443c48d59d1e5dd15b7d (patch) | |
tree | 3b112a5fd546fdcd292145ccd260f0b396b63b28 /python/python-keyczar/README | |
parent | f9bc4c080e91c7581fcc4c649338608ed88dc0c2 (diff) |
python/python-keyczar: Added (cryptographic toolkit).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-keyczar/README')
-rw-r--r-- | python/python-keyczar/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-keyczar/README b/python/python-keyczar/README new file mode 100644 index 0000000000000..01b7e97aa42ac --- /dev/null +++ b/python/python-keyczar/README @@ -0,0 +1,3 @@ +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. |