NAME
Net::SSH::Perl::Cipher::CBC - CBC Implementation
SYNOPSIS
my
$cbc
= Net::SSH::Cipher::CBC->new(
$cipher_obj
);
$cbc
->encrypt(
$plaintext
);
DESCRIPTION
Net::SSH::Perl::Cipher::CBC provides a CBC (cipher block chaining) implementation for SSH encryption ciphers.
AUTHOR & COPYRIGHTS
This code is based in part on the Crypt::CBC code originally developed by Systemics Ltd.
Please see the Net::SSH::Perl manpage for author, copyright, and license information.