Search results for "module:Crypt::RSA"

Crypt::RSA - RSA public-key cryptosystem. River stage one • 2 direct dependents • 4 total dependents

Crypt::RSA is a pure-perl, cleanroom implementation of the RSA public-key cryptosystem. It uses Math::Pari(3), a perl interface to the blazingly fast PARI library, for big integer arithmetic and number theoretic computations. Crypt::RSA provides arbi...

VIPUL/Crypt-RSA-1.99 - 07 Jun 2009 01:41:21 UTC

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

The module provides a full featured RSA implementation....

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

Crypt::RSA::Key - RSA Key Pair Generator. River stage one • 2 direct dependents • 4 total dependents

This module provides a method to generate an RSA key pair....

VIPUL/Crypt-RSA-1.99 - 07 Jun 2009 01:41:21 UTC

Crypt::Perl::RSA - RSA in pure Perl (really!) River stage one • 2 direct dependents • 2 total dependents

FELIPE/Crypt-Perl-0.38 - 17 Oct 2022 15:04:13 UTC

Crypt::RSA::Debug - Debug routine for Crypt::RSA. River stage one • 2 direct dependents • 4 total dependents

The module provides support for the *print* method of debugging!...

VIPUL/Crypt-RSA-1.99 - 07 Jun 2009 01:41:21 UTC

Crypt::RSA::Parse - Parse RSA keys River stage one • 1 direct dependent • 1 total dependent

Not much else to say: it parses RSA keys for useful information! The public keys are represented via the "Crypt::RSA::Parse::Public" class, while private keys are represented via "Crypt::RSA::Parse::Private"....

FELIPE/Crypt-RSA-Parse-0.044 - 25 Aug 2018 02:41:28 UTC

Crypt::Nettle::RSA - Perl interface to RSA public key cryptography from libnettle River stage zero No dependents

DKG/Crypt-Nettle-0.3 - 23 Mar 2011 08:11:22 UTC

Crypt::RSA::Yandex - Perl binding to modified RSA library (yamrsa) for encrypting Yandex auth token River stage zero No dependents

FUNCTIONAL INTERFACE None by default. $encrypted_text = ya_encrypt($key, $text) OOP INTERFACE $crypter = Crypt::RSA::Yandex->new() $self->import_public_key($key) $encrypted_text = $self->encrypt($text)...

MONS/Crypt-RSA-Yandex-0.06 - 26 Nov 2010 23:40:18 UTC

Crypt::RSA::SS::PSS - Probabilistic Signature Scheme based on RSA. River stage one • 2 direct dependents • 4 total dependents

PSS (Probabilistic Signature Scheme) is a provably secure method of creating digital signatures with RSA. "Provable" means that the difficulty of forging signatures can be directly related to inverting the RSA function. "Probabilistic" alludes to the...

VIPUL/Crypt-RSA-1.99 - 07 Jun 2009 01:41:21 UTC

Crypt::OpenSSL::RSA - RSA encoding and decoding, using the openSSL libraries River stage two • 51 direct dependents • 80 total dependents

"Crypt::OpenSSL::RSA" provides the ability to RSA encrypt strings which are somewhat shorter than the block size of a key. It also allows for decryption, signatures and signature verification. *NOTE*: Many of the methods in this package can croak, so...

TODDR/Crypt-OpenSSL-RSA-0.33 - 08 Jul 2022 11:25:11 UTC

Crypt::RSA::ES::OAEP - Plaintext-aware encryption with RSA. River stage one • 2 direct dependents • 4 total dependents

This module implements Optimal Asymmetric Encryption, a plaintext-aware encryption scheme based on RSA. The notion of plaintext-aware implies it's computationally infeasible to obtain full or partial information about a message from a cyphertext, and...

VIPUL/Crypt-RSA-1.99 - 07 Jun 2009 01:41:21 UTC

Crypt::RSA::DataFormat - Data creation, conversion and reporting primitives. River stage one • 2 direct dependents • 4 total dependents

This module implements several data creation, conversion and reporting primitives used throughout the Crypt::RSA implementation. Primitives are available as exportable functions....

VIPUL/Crypt-RSA-1.99 - 07 Jun 2009 01:41:21 UTC

Crypt::RSA::Primitives - RSA encryption, decryption, signature and verification primitives. River stage one • 2 direct dependents • 4 total dependents

This module implements RSA encryption, decryption, signature and verfication primitives. These primitives should only be used in the context of an encryption or signing scheme. See Crypt::RSA::ES::OAEP(3), and Crypt::RSA::SS::PSS(3) for the implement...

VIPUL/Crypt-RSA-1.99 - 07 Jun 2009 01:41:21 UTC

Crypt::RSA::Blind - Blind RSA signatures River stage one • 1 direct dependent • 2 total dependents

HASH/Crypt-RSA-Blind-1.010 - 28 Oct 2018 04:22:21 UTC

Alt::Crypt::RSA::BigInt - RSA public-key cryptosystem, using Math::BigInt River stage one • 1 direct dependent • 4 total dependents

This is a modification of the Crypt::RSA module to remove all use and dependencies on Pari and Math::Pari. This first version is intended to be a plug-in replacement for Crypt::RSA, with no user-visible changes. This means some issues will remain unr...

DANAJ/Alt-Crypt-RSA-BigInt-0.06 - 26 Apr 2017 21:59:35 UTC

Crypt::RSA::Key::Public - RSA Public Key Management. River stage one • 2 direct dependents • 4 total dependents

Crypt::RSA::Key::Public provides basic key management functionality for Crypt::RSA public keys. Following methods are available: new() The constructor. Reads the public key from a disk file when called with a "Filename" argument. write() Causes the k...

VIPUL/Crypt-RSA-1.99 - 07 Jun 2009 01:41:21 UTC

Crypt::Perl::RSA::Parse - RSA key parsing River stage one • 2 direct dependents • 2 total dependents

FELIPE/Crypt-Perl-0.38 - 17 Oct 2022 15:04:13 UTC

Crypt::RSA::ES::PKCS1v15 - PKCS #1 v1.5 padded encryption scheme based on RSA. River stage one • 2 direct dependents • 4 total dependents

This module implements PKCS #1 v1.5 padded encryption scheme based on RSA. See [13] for details on the encryption scheme....

VIPUL/Crypt-RSA-1.99 - 07 Jun 2009 01:41:21 UTC

Crypt::RSA::Errorhandler - Error handling mechanism for Crypt::RSA. River stage one • 2 direct dependents • 4 total dependents

Crypt::RSA::Errorhandler encapsulates the error handling mechanism used by the modules in Crypt::RSA bundle. Crypt::RSA::Errorhandler doesn't have a constructor and is meant to be inherited. The derived modules use its two methods, error() and errstr...

VIPUL/Crypt-RSA-1.99 - 07 Jun 2009 01:41:21 UTC

Crypt::RSA::Key::Private - RSA Private Key Management. River stage one • 2 direct dependents • 4 total dependents

Crypt::RSA::Key::Private provides basic private key management functionality for Crypt::RSA private keys. Following methods are available: new() The constructor. Takes a hash, usually with two arguments: "Filename" and "Password". "Filename" indicate...

VIPUL/Crypt-RSA-1.99 - 07 Jun 2009 01:41:21 UTC
103 results (0.032 seconds)