NAME
Net::SSH::Perl::Cipher::AES256 - Wrapper for SSH AES256 support
SYNOPSIS
use Net::SSH::Perl::Cipher;
my $cipher = Net::SSH::Perl::Cipher->new('AES256_CTR', $key);
print $cipher->encrypt($plaintext);
DESCRIPTION
Net::SSH::Perl::Cipher::AES256_CTR provides AES256 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.
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 30:
Unknown E content in E<lkinley@loyaltymethods.com>