NAME
Net::SSH::Perl::Cipher::AES - Base class for AES support using CTR (counter) mode.
SYNOPSIS
my
$cipher
= Net::SSH::Perl::Cipher->new(
'AES128_CTR'
,
$key
);
$cipher
->encrypt(
$plaintext
);
DESCRIPTION
Net::SSH::Perl::Cipher::AES_CTR provides AES CTR encryption base class support for Net::SSH::Perl.
AUTHOR & COPYRIGHTS
Lance Kinley E<lkinley@loyaltymethods.com>
Copyright (c) 2015 Loyalty Methods, Inc.
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 61:
Unknown E content in E<lkinley@loyaltymethods.com>