1Net::SSH::Perl::Cipher:U:sDeErS(C3o)ntributed Perl DocumNeentt:a:tSiSoHn::Perl::Cipher::DES(3)
2
3
4

NAME

6       Net::SSH::Perl::Cipher::DES - Wrapper for SSH DES support
7

SYNOPSIS

9           use Net::SSH::Perl::Cipher;
10           my $cipher = Net::SSH::Perl::Cipher->new('DES', $key);
11           print $cipher->encrypt($plaintext);
12

DESCRIPTION

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

AUTHOR & COPYRIGHTS

22       Please see the Net::SSH::Perl manpage for author, copyright, and
23       license information.
24
25
26
27perl v5.30.0                      2019-07-26    Net::SSH::Perl::Cipher::DES(3)
Impressum