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 UTCNANIS/Crypt-SSLeay-0.72 - 24 Apr 2014 15:45:06 UTC
This module implements Net::SSLeay based random number generation for Crypt::Random::Source. Net::SSLeay does not wrap the SSL api, and "RAND_bytes" is documented as being cryptographically strong, so Crypt::Random::Source::Strong::SSLeay is also pro...
NUFFIN/Crypt-Random-Source-SSLeay-0.02 - 25 Nov 2009 17:13:59 UTCNUFFIN/Crypt-Random-Source-SSLeay-0.02 - 25 Nov 2009 17:13:59 UTC
NUFFIN/Crypt-Random-Source-SSLeay-0.02 - 25 Nov 2009 17:13:59 UTC
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 UTCThis module is a Perl-only implementation of the cryptographic cipher block chaining mode (CBC). In combination with a block cipher such as DES or IDEA, you can encrypt and decrypt messages of arbitrarily long length. The encrypted messages are compa...
LDS/Crypt-CBC-2.33 - 30 Jul 2013 20:03:53 UTCThis module implements the Argon2 key derivation function, which is suitable to convert any password into a cryptographic key. This is most often used to for secure storage of passwords but can also be used to derive a encryption key from a password....
LEONT/Crypt-Argon2-0.007 - 07 Mar 2020 15:52:59 UTCScrypt is a password-based key derivation function (like for example PBKDF2). Scrypt was designed to be "memory-hard" algorithm in order to make it expensive to perform large scale custom hardware attacks. It can be used for: * deriving cryptographic...
MIK/Crypt-ScryptKDF-0.010 - 28 Nov 2015 11:38:21 UTCAfter looking around for a simple way to send encrypted email to Outlook, Mozilla and Netscape email clients, the modules had requirements that required installing and/or compiling other software. This module is a simple and secure method of sending ...
DOWNHOM/Crypt-Simple-SMIME-0.9 - 29 Jan 2005 14:59:14 UTCCrypt::OpenSSL::Guess provides helpers to guess OpenSSL include path on any platforms. Often MacOS's homebrew OpenSSL cause a problem on installation due to include path is not added. Some CPAN module provides to modify include path with configure-ar...
AKIYM/Crypt-OpenSSL-Guess-0.11 - 16 Apr 2018 03:17:38 UTCGiven a CA certificate and another untrusted certificate, will show whether the CA signs the certificate. This is a useful thing to have if you're signing with X509 certificates, but outside of SSL. A specific example is where you're working with XML...
TIMLEGGE/Crypt-OpenSSL-Verify-0.23 - 03 Dec 2020 00:53:21 UTC