Search results for "module:Crypt::OpenSSL::RSA"
Crypt::OpenSSL::RSA - RSA encoding and decoding, using the openSSL libraries
"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.
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
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
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
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
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
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
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.
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::OpenSSL::Common - Common services from the OpenSSL libraries.
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::PKCS10 - parse PKCS #10 certificate requests
"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::DSA::GMP - DSA Signatures and Key Generation
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::MatrixSSL3 - Perl extension for SSL and TLS using MatrixSSL.org v3.9.3
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
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
FELIPE/Crypt-Perl-0.38
-
17 Oct 2022 15:04:13 UTC
Crypt::Perl::PKCS10 - Certificate Signing Request (CSR) creation
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.
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.
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::Bignum - OpenSSL's multiprecision integer arithmetic
Crypt::OpenSSL::Bignum provides access to OpenSSL multiprecision integer arithmetic libraries. Presently, many though not all of the arithmetic operations that OpenSSL provides are exposed to perl. In addition, this module can be used to provide acce...
KMX/Crypt-OpenSSL-Bignum-0.09 - 01 Dec 2017 19:14:20 UTC