Search results for "module:Crypt"
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::DH - Diffie-Hellman key exchange system
*Crypt::DH* is a Perl implementation of the Diffie-Hellman key exchange system. Diffie-Hellman is an algorithm by which two parties can agree on a shared secret key, known only to them. The secret is negotiated over an insecure network without the tw...
MITHALDU/Crypt-DH-0.07 - 06 Jul 2012 10:22:30 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
CTK::Crypt - Cryptography frontend module
Cryptography frontend module gpg_init my $gpg_instance = gpg_init( -gpgbin => "/usr/bin/gpg", -gpghome => "/gpg/homedir", -gpgconf => "/gpg/homedir/gpg.conf", -gpgopts => ["verbose", "yes"], -publickey => "/path/to/public.key", -privatekey => "/path/...
ABALAMA/CTKlib-2.09 - 10 Sep 2022 10:53:50 UTC
Crypt::PBE - Perl extension for PKCS #5 Password-Based Encryption Algorithms
PBES and PBKDF Crypt::PBE::PBKDF1 - Password-Based Key Derivation Function 1 Crypt::PBE::PBES1 - Password-Based Key Encryption Schema 1 Crypt::PBE::PBKDF2 - Password-Based Key Derivation Function 2 Crypt::PBE::PBES2 - Password-Based Key Encryption Sc...
GDT/Crypt-PBE-0.103 - 28 Apr 2023 15:30:55 UTC
Crypt::OTR - Off-The-Record encryption library for secure instant messaging applications
Perl wrapper around libotr - see http://www.cypherpunks.ca/otr/README-libotr-3.2.0.txt This module is experimental and unfinished, not yet recommended for production or important systems....
REVMISCHA/Crypt-OTR-0.08 - 23 Sep 2011 05:40:39 UTC
FTN::Crypt - Encryption of the FTN messages.
The possibility of FTN netmail encryption may be sometimes a useful option. Corresponding nodelist flag was proposed in FSC-0073. Although current FidoNet Policy (version 4.07 dated June 9, 1989) clearly forbids routing of encrypted traffic without t...
PIETRO/FTN-Crypt-0.5.1 - 16 Jan 2020 13:39:24 UTC
Crypt::RC4 - Perl implementation of the RC4 encryption algorithm
A simple implementation of the RC4 algorithm, developed by RSA Security, Inc. Here is the description from RSA's website: RC4 is a stream cipher designed by Rivest for RSA Data Security (now RSA Security). It is a variable key-size stream cipher with...
SIFUKURT/Crypt-RC4-2.02 - 13 Dec 2001 21:45:11 UTC
Crypt::FNA
FNA stands for Fractal Numerical Algorithm, the symmetrical encryption method based on two algorithms that I developed for: 1. the construction of a family of fractal curves (F) 2. a encryption based on these curves. A precise description of this alg...
ANAK/Crypt-FNA-0.65 - 19 Jun 2013 02:22:40 UTC
Crypt::CCM - CCM Mode for symmetric key block ciphers
The module implements the CCM Mode for Authentication and Confidentiality....
OYAMA/Crypt-CCM-0.03 - 28 Oct 2007 03:49:18 UTC
Crypt::Ctr - Encrypt Data in Counter Mode
Generic Counter Mode implementation in pure Perl. The Counter Mode module constructs a stream cipher from a block cipher or cryptographic hash funtion and returns it as an object. Any block cipher in the "Crypt::" class can be used, as long as it sup...
BAUERM/Crypt-Ctr-0.01 - 04 Jul 2002 21:59:39 UTC
Crypt::CFB - Encrypt Data in Cipher Feedback Mode
Generic CFB implementation in pure Perl. The Cipher Feedback Mode module constructs a stream cipher from a block cipher or cryptographic hash funtion and returns it as an object. Any block cipher in the "Crypt::" class can be used, as long as it supp...
KJH/Crypt-CFB-0.02 - 04 Feb 2011 09:56:48 UTC
Crypt::OFB - Encrypt Data using OFB Mode
This module is a Perl-only implementation of the OFB mode. It is a inheritance class of Crypt::ECB. Please read Crypt::ECB(3) for the default function description....
GUGOD/Crypt-OFB-0.01 - 01 Nov 2003 21:23:56 UTC
RDF::Crypt - semantic cryptography
RDF-Crypt provides a variety of objects and methods for cryptographically manipulating (encrypting, decrypting, signing and verifying) RDF graphs using RSA and WebID. RDF-Crypt uses a role-based architecture. Classes like RDF::Crypt::Encrypter are in...
TOBYINK/RDF-Crypt-0.002 - 25 Jun 2012 14:12:00 UTC
Crypt::CBC - Encrypt Data with Cipher Block Chaining Mode
This module is a Perl-only implementation of the cryptographic cipher block chaining mode (CBC). In combination with a block cipher such as AES or Blowfish, you can encrypt and decrypt messages of arbitrarily long length. The encrypted messages are c...
LDS/Crypt-CBC-3.04 - 17 May 2021 15:03:53 UTC
Crypt::HSM - A PKCS11 interface for Perl
This module interfaces with any PKCS11 library to use its cryptography....
LEONT/Crypt-HSM-0.015 - 24 Oct 2023 17:28:29 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