[[PageOutline(2-5,Contents,pullout)]] = Plugin that allows you to store data in your Trac wiki in a safe way, by using RSA public/private encryption. == Description '''How does it work?''' When storing the data on the server, it is encoded with your RSA public key. When the user wants to decode the data, he receives the RSA encrypted data along with your AES encrypted private key. He has first to decode the private key with the passphrase he has to remember, and then use it to decode the RSA encrypted data. '''How can I use it?''' You use it like a Trac Macro, like so: {{{ [[CPassword(this is my confidential password)]] }}} When saving your trac page, it gets transformed into the following: {{{ [[CryptData(password,A9AREZlKT01kwN4DaDlCrJQdshhzeXG5eGbP7K...)]] }}} This macro gets expanded at runtime into some javascript magic that prompts the user for the passphrase, decrypts the data, and shows it. == !Bugs/Feature Requests Existing bugs and feature requests for CryptDataPlugin are [report:9?COMPONENT=CryptDataPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=CryptDataPlugin&owner=plang new ticket]. == Download Download the zipped source from [export:cryptdataplugin here]. == Source You can check out CryptDataPlugin from [http://trac-hacks.org/svn/cryptdataplugin here] using Subversion, or [source:cryptdataplugin browse the source] with Trac. == Installation Read INSTALL file on https://github.com/plang/cryptdata. == Recent Changes [[ChangeLog(cryptdataplugin, 3)]] == !Author/Contributors '''Author:''' [wiki:plang] [[BR]] '''Maintainer:''' [wiki:plang] [[BR]] '''Contributors:'''