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

Search results for "module:Crypt::DSA"

Crypt::DSA - DSA Signatures and Key Generation River stage one • 2 direct dependents • 5 total dependents

*Crypt::DSA* is an implementation of the DSA (Digital Signature Algorithm) signature verification system. The implementation itself is pure Perl, although the heavy-duty mathematics underneath are provided by the *Math::Pari* library. This package pr...

ADAMK/Crypt-DSA-1.17 - 17 Jun 2011 01:49:57 UTC

Crypt::PK::DSA - Public key cryptography based on DSA River stage three • 62 direct dependents • 246 total dependents

MIK/CryptX-0.080 - 04 Oct 2023 11:07:16 UTC

Crypt::DSA::GMP - DSA Signatures and Key Generation River stage zero No dependents

Crypt::DSA::GMP is an implementation of the DSA (Digital Signature Algorithm) signature verification system. The implementation itself is pure Perl, with mathematics support from Math::BigInt::GMP and Math::Prime::Util::GMP. This package provides DSA...

DANAJ/Crypt-DSA-GMP-0.02 - 08 Oct 2013 14:47:16 UTC

Crypt::DSA::Key - DSA key River stage one • 2 direct dependents • 5 total dependents

*Crypt::DSA::Key* contains a DSA key, both the public and private portions. Subclasses of *Crypt::DSA::Key* implement *read* and *write* methods, such that you can store DSA keys on disk, and read them back into your application....

ADAMK/Crypt-DSA-1.17 - 17 Jun 2011 01:49:57 UTC

Crypt::DSA::Util - DSA Utility functions River stage one • 2 direct dependents • 5 total dependents

*Crypt::DSA::Util* contains a set of exportable utility functions used through the *Crypt::DSA* set of libraries. bitsize($n) Returns the number of bits in the *Math::Pari* integer object *$n*. bin2mp($string) Given a string *$string* of any length, ...

ADAMK/Crypt-DSA-1.17 - 17 Jun 2011 01:49:57 UTC

Crypt::OpenSSL::DSA - Digital Signature Algorithm using OpenSSL River stage one • 3 direct dependents • 5 total dependents

Crypt::OpenSSL::DSA implements the DSA (Digital Signature Algorithm) signature verification system. It is a thin XS wrapper to the DSA functions contained in the OpenSSL crypto library, located at http://www.openssl.org...

KMX/Crypt-OpenSSL-DSA-0.20 - 20 Mar 2021 12:31:50 UTC

Crypt::DSA::KeyChain - DSA key generation system River stage one • 2 direct dependents • 5 total dependents

*Crypt::DSA::KeyChain* is a lower-level interface to key generation than the interface in *Crypt::DSA* (the *keygen* method). It allows you to separately generate the *p*, *q*, and *g* key parameters, given an optional starting seed, and a mandatory ...

ADAMK/Crypt-DSA-1.17 - 17 Jun 2011 01:49:57 UTC

Crypt::DSA::GMP::Key - DSA key River stage zero No dependents

Crypt::DSA::GMP::Key contains a DSA key, both the public and private portions. Subclasses of Crypt::DSA::GMP::Key implement *read* and *write* methods, such that you can store DSA keys on disk, and read them back into your application....

DANAJ/Crypt-DSA-GMP-0.02 - 08 Oct 2013 14:47:16 UTC

Crypt::DSA::Key::PEM - Read/write DSA PEM files River stage one • 2 direct dependents • 5 total dependents

*Crypt::DSA::Key::PEM* provides an interface to reading and writing DSA PEM files, using *Convert::PEM*. The files are ASN.1-encoded and optionally encrypted. You shouldn't use this module directly. As the SYNOPSIS above suggests, this module should ...

ADAMK/Crypt-DSA-1.17 - 17 Jun 2011 01:49:57 UTC

Crypt::DSA::GMP::Util - DSA Utility functions River stage zero No dependents

Crypt::DSA::GMP::Util contains a set of exportable utility functions used through the Crypt::DSA::GMP module. bitsize($n) Returns the number of bits in the integer *$n*. bin2mp($string) Given a string *$string* of any length, treats the string as a b...

DANAJ/Crypt-DSA-GMP-0.02 - 08 Oct 2013 14:47:16 UTC

Crypt::DSA::Signature - DSA signature object River stage one • 2 direct dependents • 5 total dependents

*Crypt::DSA::Signature* represents a DSA signature. It has 2 methods, *r* and *s*, which are the big number representations of the 2 pieces of the DSA signature....

ADAMK/Crypt-DSA-1.17 - 17 Jun 2011 01:49:57 UTC

Crypt::DSA::GMP::KeyChain - DSA key generation system River stage zero No dependents

Crypt::DSA::GMP::KeyChain is a lower-level interface to key generation than the "keygen" in Crypt::DSA::GMP method. It allows you to separately generate the *p*, *q*, and *g* key parameters, given an optional starting seed, bit sizes for *p* and *q*,...

DANAJ/Crypt-DSA-GMP-0.02 - 08 Oct 2013 14:47:16 UTC

Crypt::DSA::Key::SSH2 - Read/write DSA SSH2 files River stage one • 2 direct dependents • 5 total dependents

*Crypt::DSA::Key::SSH2* provides an interface to reading and writing DSA SSH2 files, using *Data::Buffer*, which provides functionality for SSH-compatible binary in/out buffers. Currently encrypted key files are not supported. You shouldn't use this ...

ADAMK/Crypt-DSA-1.17 - 17 Jun 2011 01:49:57 UTC

Crypt::DSA::GMP::Signature - DSA signature object River stage zero No dependents

Crypt::DSA::GMP::Signature represents a DSA signature. It has two methods, "r" and "s", which are the Math::BigInt representations of the two pieces of the DSA signature....

DANAJ/Crypt-DSA-GMP-0.02 - 08 Oct 2013 14:47:16 UTC

Crypt::DSA::GMP::Key::PEM - Read/write DSA PEM files River stage zero No dependents

Crypt::DSA::GMP::Key::PEM provides an interface for reading and writing DSA PEM files, using Convert::PEM. The files are ASN.1-encoded and optionally encrypted. You shouldn't use this module directly. As the SYNOPSIS above suggests, this module shoul...

DANAJ/Crypt-DSA-GMP-0.02 - 08 Oct 2013 14:47:16 UTC

Crypt::DSA::GMP::Key::SSH2 - Read/write DSA SSH2 files River stage zero No dependents

Crypt::DSA::GMP::Key::SSH2 provides an interface for reading and writing DSA SSH2 files, using Data::Buffer, which provides functionality for SSH-compatible binary in/out buffers. Currently encrypted key files are not supported. You shouldn't use thi...

DANAJ/Crypt-DSA-GMP-0.02 - 08 Oct 2013 14:47:16 UTC

lib/Crypt/Keys/Private/DSA/PEM.pm River stage zero No dependents

BTROTT/Crypt-Keys-0.06 - 16 Feb 2002 18:31:46 UTC

lib/Crypt/OpenPGP/Key/Secret/DSA.pm River stage one • 3 direct dependents • 3 total dependents

SROMANOV/Crypt-OpenPGP-1.12 - 16 Aug 2015 11:35:42 UTC

lib/Crypt/Keys/Private/DSA/SSH2.pm River stage zero No dependents

BTROTT/Crypt-Keys-0.06 - 16 Feb 2002 18:31:46 UTC

lib/Crypt/Keys/Public/DSA/OpenSSH.pm River stage zero No dependents

BTROTT/Crypt-Keys-0.06 - 16 Feb 2002 18:31:46 UTC
35 results (0.034 seconds)