Convert::PEM::CBC 0.0.7 review
Download
|
|
Convert::PEM::CBC is a Perl module for Cipher Block Chaining Mode implementation.
SYNOPSIS
use Convert::PEM::CBC;
my $cbc = Convert::PEM::CBC->new(
Cipher => 'Crypt::DES_EDE3',
Passphrase => 'foo'
);
$cbc->encrypt($plaintext);
Convert::PEM::CBC implements the CBC (Cipher Block Chaining) mode for encryption/decryption ciphers; the CBC is designed for compatability with OpenSSL and may not be compatible with other implementations (such as SSH).
Requirements:
Perl
Convert::PEM::CBC 0.0.7 keywords