wiki:CryptDataPlugin

Version 3 (modified by figaro, 9 years ago) (diff)

Cosmetic changes, tagged with license

Store data in your Trac wiki in a safe way, by using RSA public/private encryption

Description

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 Javascript that prompts the user for the passphrase, decrypts the data, and shows it.

Download

Available from Github: https://github.com/plang/cryptdata

Installation

Read INSTALL file on repository.

Recent Changes

Read HISTORY file on repository.

Author/Contributors

Author: plang
Maintainer: Philippe Lang
Contributors: