Net::SSH::Perl::Cipher::AES128 - Wrapper for SSH AES128 support
use Net::SSH::Perl::Cipher;
my $cipher = Net::SSH::Perl::Cipher->new('AES128_CTR', $key);
print $cipher->encrypt($plaintext);
Net::SSH::Perl::Cipher::AES128_CTR provides AES128 encryption support for
Net::SSH::Perl. To do so it wraps around Crypt::OpenSSL::AES, a
C/XS wrapper of the OpenSSL AES library functions.
Lance Kinley E<lkinley@loyaltymethods.com>
Copyright (c) 2015 Loyalty Methods, Inc.
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
Hey! The above document had some coding errors, which are explained
below:
- Around line 30:
- Unknown E content in E<lkinley@loyaltymethods.com>