Changes between Version 10 and Version 11 of GringottsPlugin


Ignore:
Timestamp:
Dec 23, 2016, 7:52:26 PM (7 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • GringottsPlugin

    v10 v11  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Gringotts Plugin for Trac
     3= Gringotts encryption for Trac
    44
    55== Description
    66
    7 Gringotts is a GTK-based application for storing sensitive information (eg passwords, files, etc.) in an encrypted form.
     7[https://github.com/shlomif/gringotts Gringotts] is a GTK-based application for storing sensitive information (eg passwords, files, etc.) in an encrypted form. Gringotts itself is GPL-licensed.
    88
    9 This Trac plugin adds a semi-secure area for storing such information. It is essentially a mini-wiki which has an ACL (Access Control List) associated with the content. Everything stored in the database is encrypted with a 2048 key that is automatically generated when you install this plugin for the first time. The key is kept in the `trac.ini` file. Make sure you take a backup as if the key is lost, then so is the data kept in Gringotts!
     9This Trac plugin adds a semi-secure area for storing such information. It is essentially a mini-wiki which has an ACL (Access Control List) associated with the content. Everything stored in the database is encrypted with a 2048 key that is automatically generated when you install this plugin for the first time. The key is kept in the `trac.ini` file. Make sure you take a backup, because if the key is lost, then so is the data kept in Gringotts!
    1010
    1111This plugin requires the [pypi:PyCrypto] package and also uses the [http://freenet.mcnabhosting.com/python/ezPyCrypto/ ezPyCrypto] wrapper.
     12
     13You can either use the list of Gringotts as your main interface (it adds a navigation item), or you can use the Macro {{{[[Gringott(NameOfGringlet)]]}}} where every wiki syntax is supported.
     14
     15To create a new Gringlet click on the ''create'' link in the lower right corner of the box that just appeared. You can now enter all your secrets. ACL's are entered as comma or space separated usernames.
    1216
    1317Gringotts is also the name of the bank in the Harry Potter books.
     
    6266For more information on plugin installation, visit the [t:TracPlugins TracPlugins] documentation page.
    6367
    64 == Example
    65 
    66 You can either use the list of Gringotts as your main interface (it adds a navigation item), or you can use the Macro {{{[[Gringott(NameOfGringlet)]]}}} where every wiki syntax is supported.
    67 
    68 To create a new Gringlet click on the ''create'' link in the lower right corner of the box that just appeared. You can now enter all your secrets. ACL's are entered as comma or space separated usernames.
    69 
    7068== Recent Changes
    7169