The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Crypt::OpenSSL::RSA"

Crypt::OpenSSL::RSA - RSA encoding and decoding, using the openSSL libraries River stage two • 52 direct dependents • 86 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 - 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::SSLeay - OpenSSL support for LWP River stage three • 89 direct dependents • 123 total dependents

This Perl module provides support for the HTTPS protocol under LWP, to allow an LWP::UserAgent object to perform GET, HEAD, and POST requests over encrypted socket connections. Please see LWP for more information on POST requests. The "Crypt::SSLeay"...

NANIS/Crypt-SSLeay-0.72 - 24 Apr 2014 15:45:06 UTC

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

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

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

Crypt::OpenSSL::RC4 - RC4 library based on OpenSSL River stage zero No dependents

This module is wrapper class for OpenSSL. The interface is compatible with Crypt::RC4. This module XS implementation of the RC4 algorithm, developed by RSA Security, Inc. Here is the description from Wikipedia website: http://en.wikipedia.org/wiki/RC...

TOKUHIROM/Crypt-OpenSSL-RC4-0.04 - 15 Aug 2013 23:36:26 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::JWT - JSON Web Token (JWT, JWS, JWE) as defined by RFC7519, RFC7515, RFC7516 River stage two • 25 direct dependents • 29 total dependents

Implements JSON Web Token (JWT) - <https://tools.ietf.org/html/rfc7519>. The implementation covers not only JSON Web Signature (JWS) - <https://tools.ietf.org/html/rfc7515>, but also JSON Web Encryption (JWE) - <https://tools.ietf.org/html/rfc7516>. ...

MIK/Crypt-JWT-0.035 - 03 Oct 2023 10:20:23 UTC

Crypt::Perl - Cryptography in pure Perl River stage one • 2 direct dependents • 3 total dependents

Just as it sounds: cryptography with no non-core XS dependencies! This is useful if you don’t have access to other tools that do this work like OpenSSL <http://openssl.org>, CryptX, etc. Of course, if you do have access to one of those tools, they ma...

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

Crypt::LE - Let's Encrypt (and other ACME-based) API interfacing module and client. River stage zero No dependents

Crypt::LE provides the functionality necessary to use Let's Encrypt API and generate free SSL certificates for your domains. It can also be used to generate RSA keys and Certificate Signing Requests or to revoke previously issued certificates. Crypt:...

LEADER/Crypt-LE-0.39 - 12 Mar 2023 22:10:15 UTC

Crypt::PKCS10 - parse PKCS #10 certificate requests River stage one • 1 direct dependent • 1 total dependent

"Crypt::PKCS10" parses PKCS #10 certificate requests (CSRs) and provides accessor methods to extract the data in usable form. Common object identifiers will be translated to their corresponding names. Additionally, accessor methods allow extraction o...

MRSCOTTY/Crypt-PKCS10-2.005 - 09 Jan 2023 11:31:34 UTC

Crypt::OpenSSL::Common - Common services from the OpenSSL libraries. River stage zero No dependents

use Crypt::OpenSSL::Common; # now 'use' other OpenSSL modules The first time that your program uses this module, the OpenSSL is properly initialized. This initialization loads from the library all the available cryptographic algorithms. The main visi...

SORTIZ/Crypt-OpenSSL-Common-0.1 - 13 Apr 2011 21:54:52 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::Perl::RSA::Generate - RSA key generation River stage one • 2 direct dependents • 3 total dependents

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

Crypt::MatrixSSL3 - Perl extension for SSL and TLS using MatrixSSL.org v3.9.3 River stage one • 1 direct dependent • 1 total dependent

Crypt::MatrixSSL3 lets you use the MatrixSSL crypto library (see http://matrixssl.org/) from Perl. With this module, you will be able to easily write SSL and TLS client and server programs. MatrixSSL includes everything you need, all in under 50KB. Y...

POWERMAN/Crypt-MatrixSSL3-v3.9.3 - 19 Mar 2020 07:48:35 UTC

Crypt::OpenSSL::CA - The crypto parts of an X509v3 Certification Authority River stage one • 2 direct dependents • 3 total dependents

This module performs the cryptographic operations necessary to issue X509 certificates and certificate revocation lists (CRLs). It is implemented as a Perl wrapper around the popular OpenSSL library. *Crypt::OpenSSL::CA* is an essential building bloc...

DOMQ/Crypt-OpenSSL-CA-0.91 - 29 Oct 2021 17:53:22 UTC

Crypt::Perl::ECDSA - Elliptic curve cryptography in pure Perl River stage one • 2 direct dependents • 3 total dependents

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

Crypt::Perl::PKCS10 - Certificate Signing Request (CSR) creation River stage one • 2 direct dependents • 3 total dependents

This module is for creation of (PKCS #10) certificate signing requests (CSRs). Right now it supports only a subset of what OpenSSL <http://openssl.org> can create; however, it’s useful enough for use with many certificate authorities, including ACME ...

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

Crypt::OpenSSL::X509 - Perl extension to OpenSSL's X509 API. River stage two • 21 direct dependents • 28 total dependents

This implement a large majority of OpenSSL's useful X509 API. The email() method supports both certificates where the subject is of the form: "... CN=Firstname lastname/emailAddress=user@domain", and also certificates where there is a X509v3 Extensio...

JONASBN/Crypt-OpenSSL-X509-1.915 - 19 Jun 2023 14:36:59 UTC

Crypt::OpenSSL::PKCS10 - Perl extension to OpenSSL's PKCS10 API. River stage one • 3 direct dependents • 3 total dependents

Crypt::OpenSSL::PKCS10 provides the ability to create PKCS10 certificate requests using RSA key pairs....

TIMLEGGE/Crypt-OpenSSL-PKCS10-0.25 - 15 Oct 2023 23:42:38 UTC

Crypt::OpenSSL::PKCS12 - Perl extension to OpenSSL's PKCS12 API. River stage one • 1 direct dependent • 1 total dependent

PKCS12 is a file format for storing cryptography objects as a single file or string. PKCS12 is commonly used to bundle a private key with its X.509 certificate or to bundle all the members of a chain of trust. This distribution implements a subset of...

JONASBN/Crypt-OpenSSL-PKCS12-1.9 - 20 Nov 2021 12:12:10 UTC
25 results (0.277 seconds)