• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Crypt/H15-Sep-2001-11938

ChangesH A D15-Sep-2001204 85

MANIFESTH A D15-Sep-200166 76

Makefile.PLH A D15-Sep-2001392 1612

READMEH A D15-Sep-2001717 3218

test.plH A D15-Sep-2001579 2819

README

1$Id: README,v 1.1.1.1 2001/09/15 03:24:02 btrott Exp $
2
3This is Crypt::DES_EDE3, a module implementing Triple-DES EDE
4(encrypt-decrypt-encrypt) encryption and decryption.
5
6PREREQUISITES
7
8    * Crypt::DES
9
10INSTALLATION
11
12Crypt::DES_EDE3 installation is straightforward. If your cpan shell
13is set up, you should just be able to do
14
15    % perl -MCPAN -e 'install Crypt::DES_EDE3'
16
17If you don't like that, you can download the distribution; the
18latest version on CPAN can be found in
19
20    ftp://ftp.cpan.org/pub/CPAN/authors/id/B/BT/BTROTT/
21
22Download it, unpack it, then build it as per the usual:
23
24    % perl Makefile.PL
25    % make && make test
26
27Then install it:
28
29    % make install
30
31Benjamin Trott / ben@rhumba.pair.com
32