1Net::SSH::Perl::Cipher:U:sDeErS(C3o)ntributed Perl DocumNeentt:a:tSiSoHn::Perl::Cipher::DES(3)
2
3
4
6 Net::SSH::Perl::Cipher::DES - Wrapper for SSH DES support
7
9 use Net::SSH::Perl::Cipher;
10 my $cipher = Net::SSH::Perl::Cipher->new('DES', $key);
11 print $cipher->encrypt($plaintext);
12
14 Net::SSH::Perl::Cipher::DES provides DES encryption support for
15 Net::SSH::Perl. To do so it wraps around Crypt::DES, a C/XS
16 implementation of the DES algorithm.
17
18 The DES algorithm used here is in CBC filter mode with a key length of
19 8 bytes.
20
22 Please see the Net::SSH::Perl manpage for author, copyright, and
23 license information.
24
25
26
27perl v5.36.0 2022-07-22 Net::SSH::Perl::Cipher::DES(3)