NAME
Net::SSH::Perl::Cipher::CTR - Counter Mode Implementation
SYNOPSIS
my
$ctr
= Net::SSH::Cipher::CTR->new(
$cipher_obj
);
$ctr
->encrypt(
$plaintext
);
DESCRIPTION
Net::SSH::Perl::Cipher::CTR provides a CTR (counter mode) implementation for SSH encryption ciphers.
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 56:
Unknown E content in E<lkinley@loyaltymethods.com>