GnuPG::Interface is a Perl module interface to interacting with GnuPG. It implements a rich set of filehandle communication with GnuPG and includes a key object organization structure with information gathered from GnuPG's with-colons option.
| Tags | Security Cryptography Software Development Libraries |
|---|---|
| Licenses | Artistic GPL Perl |
| Operating Systems | POSIX |
| Implementation | Perl |
Recent releases


Release Notes: Small documentation fixes.


Release Notes: A fix for a bug in GnuPG::Interface->import_keys() where it overwrites your command_args.


Release Notes: Extending the expiration on the test keys so the test suite works, small documentation fixes, and code cleanups here and there.


Release Notes: Fixes for some test cases and new support for deprecated fields of GnuPG::Interface::wrap_call().


Release Notes: Tested with GnuPG 1.0.5. Reworked inheritance tree, adding GnuPG::PrimaryKey. GnuPG::Fingerprint deprecates hex_data() in favor of as_hex_string(), and GnuPG::UserId deprecates user_id_string() in favor of as_string().