1Net::SSH::Perl::Cipher:U:sAeErS_CCoTnRt(r3i)buted Perl DNoectu:m:eSnStHa:t:iPoenrl::Cipher::AES_CTR(3)
2
3
4
6 Net::SSH::Perl::Cipher::AES - Base class for AES support using CTR
7 (counter) mode.
8
10 use Net::SSH::Perl::Cipher;
11 my $cipher = Net::SSH::Perl::Cipher->new('AES128_CTR', $key);
12 print $cipher->encrypt($plaintext);
13
15 Net::SSH::Perl::Cipher::AES_CTR provides AES CTR encryption base class
16 support for Net::SSH::Perl.
17
19 Lance Kinley E<lkinley@loyaltymethods.com>
20
21 Copyright (c) 2015 Loyalty Methods, Inc.
22
24 This program is free software; you can redistribute it and/or modify it
25 under the same terms as Perl itself.
26
28 Hey! The above document had some coding errors, which are explained
29 below:
30
31 Around line 61:
32 Unknown E content in E<lkinley@loyaltymethods.com>
33
34
35
36perl v5.34.0 2021-07-22Net::SSH::Perl::Cipher::AES_CTR(3)