Crypt-Camellia ... , this is the first case to be approved as
IETF standard ciphers (Proposed Standard RFC) .
Crypt::Camellia has the following methods:
blocksize()
keysize()
encrypt()
decrypt()
Like many Crypt:: modules like ...
crypt-rijndael-mysql ... :
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
Crypt::Rijndael
Test::More
COPYRIGHT AND LICENCE
Copyright (C) 2010 by Ivan Fomichev
This library is free software; ...
Crypt-OTR ... 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 important systems.
You can find documentation on CPAN at http://search.cpan.org/perldoc?Crypt::OTR
Crypt-SSLeay ... custom locations, you can do
$ OPENSSL_INCLUDE=... OPENSSL_LIB=... cpanm Crypt::SSLeay
or, on Windows,
> set OPENSSL_INCLUDE=...
> set OPENSSL_LIB ... that method will likely override or break the `Crypt::SSLeay` support, so do not mix the two ...
Crypt-OpenToken ... of data into an OpenToken.
my $token_str = $factory->create(
Crypt::OpenToken::CIPHER_AES128,
$data,
);
# decrypt an OpenToken, check if ... then check to see if the token itself is
valid (see [Crypt::OpenToken::Token](https://metacpan.org/pod/ ...
perl-Crypt-OpenSSL-VerifyX509 ... ::VerifyX509 - simple verify-cert module, in XS.
This module provides certificate verification, along the lines of
"openssl verify". While Crypt::OpenSSL::CA can do this, and is
fully-featured, it uses Inline::C, which can present deployment
problems.
...
Crypt-RSA ... Crypt-RSA
$Id$
README for Crypt::RSA
Introduction
Crypt::RSA is a pure-perl, cleanroom implementation of the ... , for big integer arithmetic and number
theoretic computations.
Crypt::RSA provides arbitrary size key-pair generation, plaintext- ...
Crypt-Primes ... of the cyclic group Z*(2Rq).
_________________________________________________________________
RUNNING TIME
Crypt::Primes generates 512-bit primes in 7 seconds (on ...