The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:GnuPG::Interface"

GnuPG::Interface - Perl interface to GnuPG River stage two • 7 direct dependents • 12 total dependents

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.04 - 12 Dec 2023 22:32:12 UTC

GnuPG::Key - GnuPG Key Object River stage two • 7 direct dependents • 12 total dependents

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.04 - 12 Dec 2023 22:32:12 UTC

GnuPG::SubKey - GnuPG Sub Key objects River stage two • 7 direct dependents • 12 total dependents

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.04 - 12 Dec 2023 22:32:12 UTC

GnuPG::UserId - GnuPG User ID Objects River stage two • 7 direct dependents • 12 total dependents

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.04 - 12 Dec 2023 22:32:12 UTC

GnuPG::Handles - GnuPG handles bundle River stage two • 7 direct dependents • 12 total dependents

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.04 - 12 Dec 2023 22:32:12 UTC

GnuPG::Options - GnuPG options embodiment River stage two • 7 direct dependents • 12 total dependents

GnuPG::Options objects are generally not instantiated on their own, but rather as part of a GnuPG::Interface object....

BPS/GnuPG-Interface-1.04 - 12 Dec 2023 22:32:12 UTC

GnuPG::Revoker - GnuPG Key Revoker Objects River stage two • 7 direct dependents • 12 total dependents

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.04 - 12 Dec 2023 22:32:12 UTC

GnuPG::PublicKey - GnuPG Public Key Objects River stage two • 7 direct dependents • 12 total dependents

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.04 - 12 Dec 2023 22:32:12 UTC

GnuPG::SecretKey - GnuPG Secret Key Objects River stage two • 7 direct dependents • 12 total dependents

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.04 - 12 Dec 2023 22:32:12 UTC

GnuPG::Signature - GnuPG Key Signature Objects River stage two • 7 direct dependents • 12 total dependents

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.04 - 12 Dec 2023 22:32:12 UTC

GnuPG::PrimaryKey - GnuPG Primary Key Objects River stage two • 7 direct dependents • 12 total dependents

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.04 - 12 Dec 2023 22:32:12 UTC

GnuPG::Fingerprint - GnuPG Fingerprint Objects River stage two • 7 direct dependents • 12 total dependents

GnuPG::Fingerprint objects are generally part of GnuPG::Key objects, and are not created on their own....

BPS/GnuPG-Interface-1.04 - 12 Dec 2023 22:32:12 UTC

GnuPG::UserAttribute - GnuPG User Attribute Objects River stage two • 7 direct dependents • 12 total dependents

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.04 - 12 Dec 2023 22:32:12 UTC

lib/GnuPG/HashInit.pm River stage two • 7 direct dependents • 12 total dependents

BPS/GnuPG-Interface-1.04 - 12 Dec 2023 22:32:12 UTC

GnuPG - Perl module interface to the GNU Privacy Guard (v1.x.x series) River stage one • 2 direct dependents • 2 total dependents

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::Tie - Tied filehandle interface to encryption with the GNU Privacy Guard. River stage one • 2 direct dependents • 2 total dependents

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

AnyEvent::GnuPG - AnyEvent-based interface to the GNU Privacy Guard River stage zero No dependents

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

Mail::GnuPG - Process email with GPG. River stage one • 3 direct dependents • 3 total dependents

Use GnuPG::Interface to process or create PGP signed or encrypted email....

DDB/Mail-GnuPG-0.23 - 23 Apr 2016 19:14:10 UTC

POE::Wheel::GnuPG - offer GnuPG interaction through POE River stage one • 1 direct dependent • 1 total dependent

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
19 results (0.06 seconds)