Crypt-CBC-3.07

cryptographic cipher block chaining mode

Index | security

Description

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.

Run Dependencies