1Net::SSH::Perl::Cipher:U:sAeErS1C9o2n_tCrTiRb(u3t)ed PerNletD:o:cSuSmHe:n:tPaetrilo:n:Cipher::AES192_CTR(3)
2
3
4
6 Net::SSH::Perl::Cipher::AES192 - Wrapper for SSH AES192 support
7
9 use Net::SSH::Perl::Cipher;
10 my $cipher = Net::SSH::Perl::Cipher->new('AES192_CTR', $key);
11 print $cipher->encrypt($plaintext);
12
14 Net::SSH::Perl::Cipher::AES192_CTR provides AES192 encryption support
15 for Net::SSH::Perl. To do so it wraps around Crypt::OpenSSL::AES, a
16 C/XS wrapper of the OpenSSL AES library functions.
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 30:
32 Unknown E content in E<lkinley@loyaltymethods.com>
33
34
35
36perl v5.30.1 2020-01-N3e0t::SSH::Perl::Cipher::AES192_CTR(3)