Convert::PEM::CBC 0.0.7 review

Download
by rbytes.net on

License: Perl Artistic License
File size: 20K
Developer: Convert::PEM Team
0 stars award from rbytes.net

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 search tags