Search results for "module:GnuPG"
GnuPG - Perl module interface to the GNU Privacy Guard (v1.x.x series)
GnuPG is a perl interface to the GNU Privacy Guard. It uses the shared memory coprocess interface that gpg provides for its wrappers. It tries its best to map the interactive interface of the gpg to a more programmatic model....
YANICK/GnuPG-0.19 - 15 Apr 2012 17:18:51 UTC
GnuPG::Key - GnuPG Key Object
GnuPG::Key objects are generally not instantiated on their own, but rather used as a superclass of GnuPG::PublicKey, GnuPG::SecretKey, or GnuPG::SubKey objects....
BPS/GnuPG-Interface-1.03 - 15 Sep 2023 15:45:17 UTC
GnuPG::Tie - Tied filehandle interface to encryption with the GNU Privacy Guard.
GnuPG::Tie::Encrypt and GnuPG::Tie::Decrypt provides a tied file handle interface to encryption/decryption facilities of the GNU Privacy guard. With GnuPG::Tie::Encrypt everyting you write to the file handle will be encrypted. You can read the cipher...
YANICK/GnuPG-0.19 - 15 Apr 2012 17:18:51 UTC
Mail::GnuPG - Process email with GPG.
Use GnuPG::Interface to process or create PGP signed or encrypted email....
DDB/Mail-GnuPG-0.23 - 23 Apr 2016 19:14:10 UTC
GnuPG::UserId - GnuPG User ID Objects
GnuPG::UserId objects are generally not instantiated on their own, but rather as part of GnuPG::PublicKey or GnuPG::SecretKey objects....
BPS/GnuPG-Interface-1.03 - 15 Sep 2023 15:45:17 UTC
GnuPG::SubKey - GnuPG Sub Key objects
GnuPG::SubKey objects are generally instantiated through various methods of GnuPG::Interface. They embody various aspects of a GnuPG sub key. This package inherits data members and object methods from GnuPG::Key, which are not described here, but rat...
BPS/GnuPG-Interface-1.03 - 15 Sep 2023 15:45:17 UTC
GnuPG::Handles - GnuPG handles bundle
GnuPG::Handles objects are generally instantiated to be used in conjunction with methods of objects of the class GnuPG::Interface. GnuPG::Handles objects represent a collection of handles that are used to communicate with GnuPG....
BPS/GnuPG-Interface-1.03 - 15 Sep 2023 15:45:17 UTC
GnuPG::Revoker - GnuPG Key Revoker Objects
GnuPG::Revoker objects are generally not instantiated on their own, but rather as part of GnuPG::Key objects. They represent a statement that another key is designated to revoke certifications made by the key in question....
BPS/GnuPG-Interface-1.03 - 15 Sep 2023 15:45:17 UTC
GnuPG::Options - GnuPG options embodiment
GnuPG::Options objects are generally not instantiated on their own, but rather as part of a GnuPG::Interface object....
BPS/GnuPG-Interface-1.03 - 15 Sep 2023 15:45:17 UTC
AnyEvent::GnuPG - AnyEvent-based interface to the GNU Privacy Guard
AnyEvent::GnuPG is a perl interface to the GNU Privacy Guard. It uses the shared memory coprocess interface that gpg provides for its wrappers. It tries its best to map the interactive interface of the gpg to a more programmatic model....
ZURBORG/AnyEvent-GnuPG-1.001 - 10 Dec 2014 13:45:47 UTC
GnuPG::PublicKey - GnuPG Public Key Objects
GnuPG::PublicKey objects are generally instantiated through various methods of GnuPG::Interface. They embody various aspects of a GnuPG public key. This package inherits data members and object methods from GnuPG::PrimaryKey, which is not described h...
BPS/GnuPG-Interface-1.03 - 15 Sep 2023 15:45:17 UTC
GnuPG::Interface - Perl interface to GnuPG
GnuPG::Interface and its associated modules are designed to provide an object-oriented method for interacting with GnuPG, being able to perform functions such as but not limited to encrypting, signing, decryption, verification, and key-listing parsin...
BPS/GnuPG-Interface-1.03 - 15 Sep 2023 15:45:17 UTC
GnuPG::Signature - GnuPG Key Signature Objects
GnuPG::Signature objects are generally not instantiated on their own, but rather as part of GnuPG::Key objects. They embody various aspects of a GnuPG signature on a key....
BPS/GnuPG-Interface-1.03 - 15 Sep 2023 15:45:17 UTC
GnuPG::SecretKey - GnuPG Secret Key Objects
GnuPG::SecretKey objects are generally instantiated through various methods of GnuPG::Interface. They embody various aspects of a GnuPG secret key. This package inherits data members and object methods from GnuPG::PrimaryKey, which is described here,...
BPS/GnuPG-Interface-1.03 - 15 Sep 2023 15:45:17 UTC
GnuPG::PrimaryKey - GnuPG Primary Key Objects
GnuPG::PrimaryKey objects are generally instantiated as GnuPG::PublicKey or GnuPG::SecretKey objects through various methods of GnuPG::Interface. They embody various aspects of a GnuPG primary key. This package inherits data members and object method...
BPS/GnuPG-Interface-1.03 - 15 Sep 2023 15:45:17 UTC
GnuPG::Fingerprint - GnuPG Fingerprint Objects
GnuPG::Fingerprint objects are generally part of GnuPG::Key objects, and are not created on their own....
BPS/GnuPG-Interface-1.03 - 15 Sep 2023 15:45:17 UTC
GnuPG::UserAttribute - GnuPG User Attribute Objects
GnuPG::UserAttribute objects are generally not instantiated on their own, but rather as part of GnuPG::PublicKey or GnuPG::SecretKey objects....
BPS/GnuPG-Interface-1.03 - 15 Sep 2023 15:45:17 UTC
POE::Wheel::GnuPG - offer GnuPG interaction through POE
POE-Wheel-GnuPG provides a GPG interface to your POE Session. Its main benefits are that it allows asynchronous encryption and decryption, and allow you to encrypt or decrypt on the fly, without having to store data in a file, even when the data is h...
DAMS/POE-Wheel-GnuPG-0.01 - 23 May 2009 08:43:09 UTC
PerlIO::via::GnuPG - Layer to try to decrypt on read
This is a PerlIO module to decrypt files transparently. It's pretty simple and does not support writing, but works. ...and if it doesn't, please file an issue :)...
RSRCHBOY/PerlIO-via-GnuPG-0.006 - 10 Aug 2015 23:52:51 UTC