openbsd-ports/security/p5-Crypt-CBC/pkg/DESCR

5 lines
238 B
Plaintext
Raw Normal View History

2004-07-12 07:56:51 -04:00
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.