Personal tools
You are here: Home Plone XP leocornus.plonecrypto Installation and Configuration

Installation and Configuration

explain how to install and set up leocornus.plonecrypto, including all dependent modules.

Dependences Installation

leocornus.plonecrypto depends on third party Python cryptographic toolkit.  We pick up Keyczar from Google Security Team.  Keyczar depends on the Python modules: pycrypto, pyasn1, and simplejson.  Here are the installation memo:

Install leocornus.plonecrypto

It is very easy to install leocornus.plonecrypto by using buildout:

[buildout]
eggs = 
    ...
    leocornus.plonecrypto
...
zcml = 
    ...
    leocornus.plonecrypto

Execute bin/buildout, then you could install the Plone Cryptographic Toolkit from Site Setup --> Add / Remove Products.

Document Actions