Crypt::CBC - Encrypt Data with Cipher Block Chaining Mode https://www.cpan.org
Go to file
2024-01-06 08:44:43 +01:00
perl-Crypt-CBC.spec rebuilt with perl 5.36.0 [release 3.04-2mamba;Mon Apr 17 2023] 2024-01-06 08:44:43 +01:00
README.md automatic update by autodist [release 2.33-1mamba;Sun Aug 04 2013] 2024-01-06 08:44:43 +01:00

perl-Crypt-CBC

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 SSLeay.