1Net::SSH::Perl::Cipher:U:sCeFrB(C3o)ntributed Perl DocumNeentt:a:tSiSoHn::Perl::Cipher::CFB(3)
2
3
4
6 Net::SSH::Perl::Cipher::CFB - CFB Implementation
7
9 use Net::SSH::Cipher::CFB;
10 my $cbc = Net::SSH::Cipher::CFB->new($cipher_obj);
11 print $cbc->encrypt($plaintext);
12
14 Net::SSH::Perl::Cipher::CFB provides a CFB (cipher feedback)
15 implementation for SSH encryption ciphers.
16
18 This code is based in part on the Crypt::CFB 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.38.0 2023-08-08 Net::SSH::Perl::Cipher::CFB(3)