Changes between Version 2 and Version 3 of AnnouncerPlugin/MessageEncryption


Ignore:
Timestamp:
Mar 7, 2010, 10:36:43 PM (14 years ago)
Author:
Steffen Hoffmann
Comment:

added more resources for further studies

Legend:

Unmodified
Added
Removed
Modified
  • AnnouncerPlugin/MessageEncryption

    v2 v3  
    5252 * [http://pypi.python.org/pypi/OpenPGP/ OpenPGP]
    5353  * PRO: ?
    54   * CON: no information on Windows support, quite old - latest release v0.2.3 from 01-07-2005, even looks unmaintained ([http://www.aonalu.net/openpgp project homepage] currently unreachable)
     54  * CON: no Debian package?, no information on Windows support, quite old - latest release v0.2.3 from 01-07-2005, even looks unmaintained ([http://www.aonalu.net/openpgp project homepage] currently unreachable)
    5555 * [http://www.cs.auckland.ac.nz/~pgut001/cryptlib/ cryptlib]
    5656  * PRO: interface to a range of plug-in encryption modules, not only but including gnupg, language bindings for C / C++, C# / .NET, Delphi, Java, Python, and Visual Basic, re-entrant and completely thread-safe, most core algorithms implemented in assembly language, support crypto hardware acceleration facilities like in Via C3 CPU family, extensive documentation designed for cut-n-paste directly from manual
    57   * CON: ?
    58 conclusion? recommendations? known-good code references or popular applications?
     57  * CON: no Debian package?
     58conclusion: test '''!PyMe''', PyGPGME, have a closer look at python-gnupg (hm, maybe), skip GnuPGInterface, OpenPGP, cryptlib (for now)[[BR]]
     59hints, recommendations? known-good code references or popular applications?
    5960
    60 sources (ideas and code)
     61=== Sources (ideas and code) ===
    6162 * Intro to python-gnupg at http://groups.google.de/group/comp.lang.python/browse_thread/thread/f2b97a2c11e1df63
    6263 * Python Wrapper for GnuPG v0.2.4 documentation: http://www.red-dove.com/python_gnupg/index.html
    63  * some real-world implementations of python-gnupg (not found by now, hints?)
     64 * Python e-mail test server http://docs.djangoproject.com/en/1.1/topics/email/#topics-email
     65 * How Django, another Python based system handles e-mail-encryption with [http://code.google.com/p/django-email-extras/ django-email-extras]
     66some more real-world implementations of python-gnupg, hints?
    6467
    6568-- hasienda