Automation
Frank Tobin
ftobin@neverending.org
Fri Jan 18 01:08:01 2002
Duane Olson, at 10:08 -0600 on 2002-01-17, wrote:
> How are people automating gnupg???
I automate it by using modules I've written for Perl and Python. Each is
a fairly low-level interface, mainly doing the work of forking, execing,
and attaching filehandles to GnuPG. You are then free to 'talk' to GnuPG
via these fh's.
GnuPG::Interface (Perl)
http://gnupg-interface.sourceforge.net/
GnuPGInterface (Python)
http://py-gnupg.sourceforge.net/
--
Frank Tobin http://www.neverending.org/~ftobin/