1Net::SSH::Perl::Cipher:U:sAeErS1C9o2n_tCrBiCb(u3t)ed PerNletD:o:cSuSmHe:n:tPaetrilo:n:Cipher::AES192_CBC(3)
2
3
4

NAME

6       Net::SSH::Perl::Cipher::AES192 - Wrapper for SSH AES128 CBC support
7

SYNOPSIS

9           use Net::SSH::Perl::Cipher;
10           my $cipher = Net::SSH::Perl::Cipher->new('AES192_CBC', $key);
11           print $cipher->encrypt($plaintext);
12

DESCRIPTION

14       Net::SSH::Perl::Cipher::AES192_CBC provides AES128 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

AUTHOR & COPYRIGHTS

19       Lance Kinley E<lkinley@loyaltymethods.com>
20
21       Copyright (c) 2015 Loyalty Methods, Inc.
22

LICENSE

24       This program is free software; you can redistribute it and/or modify it
25       under the same terms as Perl itself.
26

POD ERRORS

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.32.0                      2020-07-N2e8t::SSH::Perl::Cipher::AES192_CBC(3)
Impressum