Net::SSH::Perl::Cipher::CFB - CFB Implementation


Net-SSH-Perl documentation  | view source Contained in the Net-SSH-Perl distribution.

Index


NAME

Top

Net::SSH::Perl::Cipher::CFB - CFB Implementation

SYNOPSIS

Top

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

DESCRIPTION

Top

Net::SSH::Perl::Cipher::CFB provides a CFB (cipher feedback) implementation for SSH encryption ciphers.

AUTHOR & COPYRIGHTS

Top

This code is based in part on the Crypt::CFB code originally developed by Systemics Ltd.

Please see the Net::SSH::Perl manpage for author, copyright, and license information.


Net-SSH-Perl documentation  | view source Contained in the Net-SSH-Perl distribution.