1Net::SSH::Perl::Cipher:U:sCeTrR(C3o)ntributed Perl DocumNeentt:a:tSiSoHn::Perl::Cipher::CTR(3)
2
3
4
6 Net::SSH::Perl::Cipher::CTR - Counter Mode Implementation
7
9 use Net::SSH::Cipher::CTR;
10 my $ctr = Net::SSH::Cipher::CTR->new($cipher_obj);
11 print $ctr->encrypt($plaintext);
12
14 Net::SSH::Perl::Cipher::CTR provides a CTR (counter mode)
15 implementation for SSH encryption ciphers.
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 56:
31 Unknown E content in E<lkinley@loyaltymethods.com>
32
33
34
35perl v5.34.0 2022-03-04 Net::SSH::Perl::Cipher::CTR(3)