1Net::SSH::Perl::Cipher:U:sAeErS_CCoBnCt(r3i)buted Perl DNoectu:m:eSnStHa:t:iPoenrl::Cipher::AES_CBC(3)
2
3
4
6 Net::SSH::Perl::Cipher::AES_CBC - Base class for SSH AES CBC support
7
9 use Net::SSH::Perl::Cipher;
10 my $cipher = Net::SSH::Perl::Cipher->new('AES128_CBC', $key);
11 print $cipher->encrypt($plaintext);
12
14 Net::SSH::Perl::Cipher::AES_CBC provides AES CBC encryption base class
15 support for Net::SSH::Perl.
16
18 Lance Kinley E<lkinley@loyaltymethods.com>
19
20 Copyright (c) 2015 Loyalty Methods, Inc.
21
23 This program is free software; you can redistribute it and/or modify it
24 under the same terms as Perl itself.
25
27 Hey! The above document had some coding errors, which are explained
28 below:
29
30 Around line 60:
31 Unknown E content in E<lkinley@loyaltymethods.com>
32
33
34
35perl v5.38.0 2023-08-08Net::SSH::Perl::Cipher::AES_CBC(3)