mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
8 lines
362 B
Plaintext
8 lines
362 B
Plaintext
This is Crypt::CBC, 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.
|
|
|
|
WWW: https://metacpan.org/release/Crypt-CBC
|