Metadata-Version: 1.0
Name: leocornus.plonecrypto
Version: 0.2
Summary: Plone Cryptographic Toolkit
Home-page: http://plonexp.leocorn.com/xp/leocornus.plonecrypto
Author: Sean Chen
Author-email: sean.chen@leocorn.com
License: GPL
Description: leocornus.plonecrypto
        =====================
        
        leocornus.plonecrypto is a cryptographic tool for Plone developers to
        easily use cryptography in a Plone application. It supports authentication
        and encryption with both symmetric an asymmetric keys.
        
        Check leocornus.plonecrypto homepage
        (http://plonexp.leocorn.com/xp/leocornus.plonecrypto) for more details.
        
        Dependences
        ===========
        
        leocornus.plonecrypto depends on the following Python modules:
        
        * keyczar-python (http://code.google.com/p/keyczar/)
        * PyCrypto (http://www.amk.ca/python/code/crypto)
        * PyAsn1 (http://pyasn1.sourceforge.net/)
        * simplejson - 2.0.9 (http://pypi.python.org/pypi/simplejson/2.0.9)
        
        
        Change Log
        ==========
        
        version 0.2
        -----------
        
        * Tracking logs for keys' rotating and retiring
        * Allow user to select maximum keys to keep
        * Ability to automatically retire keys when the amount of active
        keys reached the maximum
        
        version 0.1
        -----------
        
        * Providing easy to use APIs for encrypt and decrypt.
        * Keys management panel to add new key and clear and regenerate
        keys.
        * Ability to periodically clear and regenerate keys, leverage on
        clock-server in zope.conf
        
Keywords: Python Plone Zope Cryptography
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Zope
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
