|
NAMENet::SSH::Perl::Cipher::CBC - CBC Implementation SYNOPSIS use Net::SSH::Cipher::CBC;
my $cbc = Net::SSH::Cipher::CBC->new($cipher_obj);
print $cbc->encrypt($plaintext);
DESCRIPTIONNet::SSH::Perl::Cipher::CBC provides a CBC (cipher block chaining) implementation for SSH encryption ciphers. AUTHOR & COPYRIGHTSThis 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.
|