Size: 564
Comment: pyme updated
|
Size: 685
Comment: gpgme section headline better
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
The recommended way to use the ~GnuPG crypto stack from your application is ~G~PGME. | = GPGME - an API to GnuPG The recommended way to use the ~GnuPG crypto stack from your application is ~G~PGME, which is written in C. |
Line 4: | Line 6: |
**incomplete** | A number of binding form other languages exist: Below is an **incomplete** list: |
GPGME - an API to GnuPG
The recommended way to use the GnuPG crypto stack from your application is GPGME, which is written in C. Here is the online version of the manual (maybe out of date).
A number of binding form other languages exist: Below is an incomplete list:
Python wrappers
- pyme SWIG generated wrapper (continuation of the old version)
- https://launchpad.net/pygpgme manually written wrapper in C
C++ wrappers
- http://quickgit.kde.org/?p=kdepimlibs.git gpgme++ is a wrapper for gpgme in kdepimlibs