Changes between Version 15 and Version 16 of AnnouncerPlugin/MessageEncryption


Ignore:
Timestamp:
Mar 21, 2010, 1:47:17 PM (14 years ago)
Author:
Steffen Hoffmann
Comment:

add link to GnuPG (v2) online documentation

Legend:

Unmodified
Added
Removed
Modified
  • AnnouncerPlugin/MessageEncryption

    v15 v16  
    6767   For convenience it should be possible to temporarily disable a key and re-enable it later without deleting it.
    6868 
    69 Beware, that this is by now no code but pure concept and subject to change a lot, before public release of the code. As with current code for AnnouncerPlugin there'll be DEBUG logging embed into all operations mentioned above.
     69Beware, that this is by now no code but pure concept and subject to change a lot, before public release of the code. As with current code for AnnouncerPlugin there'll be DEBUG logging embedded into all operations mentioned above.
    7070
    7171==== Behind current development scope ====
     
    7575
    7676==== Q&A ====
    77  ?: ''Is it right that different users will have different keys?  If so we can add configuration to the user's preference page.  We could have a big textbox for GPG key and if they have one entered, then use encryption.
     77 ?: ''Is it true that different users will have different keys?  If so, we can add configuration to the user's preference page.  We could have a big textbox for GPG key and if they have one entered, then use encryption.
    7878  A: Yes, different users will (typically) have different keys. It might be desirable even to support multiple keys per user. Only in rare cases one key would be associated with different users/e-mail addresses, even if this might be technically perfectly valid and useful. But it indicates violation of the de-facto standard one-owner-per-key that abhor kind of group keys.
    7979
     
    161161
    162162=== Sources (for ideas and code) ===
     163 * GNU Privacy Guard Manual at http://www.gnupg.org/documentation/manuals/gnupg/
    163164 * Intro to python-gnupg at http://groups.google.de/group/comp.lang.python/browse_thread/thread/f2b97a2c11e1df63
    164165 * Python Wrapper for GnuPG v0.2.4 documentation: http://www.red-dove.com/python_gnupg/index.html