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


NAME

Net::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);


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.

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