1Net::SSH::Perl::Cipher:U:sIeDrEAC(o3n)tributed Perl DocuNmeetn:t:aStSiHo:n:Perl::Cipher::IDEA(3)
2
3
4
6 Net::SSH::Perl::Cipher::IDEA - Wrapper for SSH IDEA support
7
9 use Net::SSH::Perl::Cipher;
10 my $cipher = Net::SSH::Perl::Cipher->new('IDEA', $key);
11 print $cipher->encrypt($plaintext);
12
14 Net::SSH::Perl::Cipher::IDEA provides IDEA encryption support for
15 Net::SSH::Perl. To do so it wraps around Crypt::IDEA, a C/XS
16 implementation of the IDEA algorithm.
17
18 The IDEA algorithm used here is in CFB filter mode with a key length of
19 16 bytes.
20
22 Please see the Net::SSH::Perl manpage for author, copyright, and
23 license information.
24
25
26
27perl v5.30.1 2020-01-30 Net::SSH::Perl::Cipher::IDEA(3)