python-gnupg

Résumé :
Python API which wraps the GNU Privacy Guard
Site web :
http://code.google.com/p/python-gnupg/
License :
BSD
Vendeur :
Johan Cwiklinski
Description :
The GNU Privacy Guard (gpg, or gpg.exe on Windows) is a command-line
program which provides support for programmatic access via spawning a
separate process to run it and then communicating with that process from
your program.

This project implements a Python library which takes care of the
internal details and allows its users to generate and manage keys,
encrypt and decrypt data, and sign and verify messages.

The present incarnation uses the subprocess module and so works on
Windows as well as Unix/Linux platforms. It's not, however, 100%
backwards-compatible with earlier incarnations.