Changes between Version 2 and Version 3 of CryptDataPlugin


Ignore:
Timestamp:
Mar 11, 2015, 9:25:09 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • CryptDataPlugin

    v2 v3  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    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
    44
    55== Description
    6 
    7 '''How does it work?'''
    86
    97When 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.
     
    1715}}}
    1816
    19 When saving your trac page, it gets transformed into the following:
     17When saving your Trac page, it gets transformed into the following:
    2018
    2119{{{
     
    2321}}}
    2422
    25 This macro gets expanded at runtime into some javascript magic that prompts the user for the passphrase, decrypts the data, and shows it.
     23This macro gets expanded at runtime into Javascript that prompts the user for the passphrase, decrypts the data, and shows it.
    2624
    2725== Download
     
    4038
    4139'''Author:''' [wiki:plang] [[BR]]
    42 '''Maintainer:''' [wiki:plang] [[BR]]
     40'''Maintainer:''' [[Maintainer]] [[BR]]
    4341'''Contributors:'''