
Net::SSH::Perl::Cipher::CBC - CBC Implementation

use Net::SSH::Cipher::CBC;
my $cbc = Net::SSH::Cipher::CBC->new($cipher_obj);
print $cbc->encrypt($plaintext);

Net::SSH::Perl::Cipher::CBC provides a CBC (cipher block chaining) implementation for SSH encryption ciphers.

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.