mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
444e9c50d8
Signed-off-by: B. Watson <yalhcru@gmail.com>
5 lines
312 B
Text
5 lines
312 B
Text
This 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 compatible with the encryption
|
|
format used by the OpenSSL package.
|