Changes between Version 2 and Version 3 of CryptDataPlugin
- Timestamp:
- Mar 11, 2015, 9:25:09 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CryptDataPlugin
v2 v3 1 1 [[PageOutline(2-5,Contents,pullout)]] 2 2 3 = Plugin that allows you to store data in your Trac wiki in a safe way, by using RSA public/private encryption.3 = Store data in your Trac wiki in a safe way, by using RSA public/private encryption 4 4 5 5 == Description 6 7 '''How does it work?'''8 6 9 7 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. … … 17 15 }}} 18 16 19 When saving your trac page, it gets transformed into the following:17 When saving your Trac page, it gets transformed into the following: 20 18 21 19 {{{ … … 23 21 }}} 24 22 25 This macro gets expanded at runtime into some javascript magicthat prompts the user for the passphrase, decrypts the data, and shows it.23 This macro gets expanded at runtime into Javascript that prompts the user for the passphrase, decrypts the data, and shows it. 26 24 27 25 == Download … … 40 38 41 39 '''Author:''' [wiki:plang] [[BR]] 42 '''Maintainer:''' [ wiki:plang] [[BR]]40 '''Maintainer:''' [[Maintainer]] [[BR]] 43 41 '''Contributors:'''