1Net::SSH::Perl::Cipher:U:sCeBrC(C3o)ntributed Perl DocumNeentt:a:tSiSoHn::Perl::Cipher::CBC(3)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

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

AUTHOR & COPYRIGHTS

18       This code is based in part on the Crypt::CBC code originally developed
19       by Systemics Ltd.
20
21       Please see the Net::SSH::Perl manpage for author, copyright, and
22       license information.
23
24
25
26perl v5.32.0                      2020-07-28    Net::SSH::Perl::Cipher::CBC(3)
Impressum