Personal tools
Skip to content. | Skip to navigation
This module converts Perl data structures to JSON and vice versa. Its primary goal is to be correct and its secondary goal is to be fast. To reach the latter goal it was written in C.
The CPANPLUS library is an API to the CPAN mirrors and a collection of interactive shells, commandline programs, etc, that use this API.
The CPANPLUS library is an API to the CPAN mirrors and a collection of interactive shells, command line programs, etc., that use this API.
This is Crypt::CBC, a Perl-only implementation of the cryptographic cipher block chaining mode (CBC). In combination with a block cipher such as Crypt::DES or Crypt::IDEA, you can encrypt and decrypt messages of arbitrarily long length. The encrypted messages are compatible with the encryption format used by SSLeay.
DES encryption module.
This is Crypt::DES_EDE3, a module implementing Triple-DES EDE (encrypt-decrypt-encrypt) encryption and decryption.