|
NAMENet::SSH::Perl::Cipher::AES256 - Wrapper for SSH AES256 CBC support SYNOPSIS use Net::SSH::Perl::Cipher;
my $cipher = Net::SSH::Perl::Cipher->new('AES256_CBC', $key);
print $cipher->encrypt($plaintext);
DESCRIPTIONNet::SSH::Perl::Cipher::AES256_CBC 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 & COPYRIGHTSLance Kinley E<lkinley@loyaltymethods.com> Copyright (c) 2015 Loyalty Methods, Inc. LICENSEThis program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. POD ERRORSHey! The above document had some coding errors, which are explained below:
|