1Net::SSH::Perl::Cipher:U:sCeBrC(C3o)ntributed Perl DocumNeentt:a:tSiSoHn::Perl::Cipher::CBC(3)
2
3
4
6 Net::SSH::Perl::Cipher::CBC - CBC Implementation
7
9 use Net::SSH::Cipher::CBC;
10 my $cbc = Net::SSH::Cipher::CBC->new($cipher_obj);
11 print $cbc->encrypt($plaintext);
12
14 Net::SSH::Perl::Cipher::CBC provides a CBC (cipher block chaining)
15 implementation for SSH encryption ciphers.
16
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.1 2021-01-27 Net::SSH::Perl::Cipher::CBC(3)