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

..03-May-2022-

ChangesH A D04-Sep-2002244 117

MANIFESTH A D04-Sep-200257 76

Makefile.PLH A D05-Jul-2000232 85

OTP.pmH A D04-Sep-20024.9 KiB12552

READMEH A D04-Sep-2002535 2415

test.plH A D05-Jul-2000655 215

README

1Crypt/OTP version 2.00
2======================
3
4Crypt::OTP is a pure perl implementation of One Time Pad (hence
5OTP) encryption. Please read the pod documentation carefully
6regarding usage and best practices.
7
8INSTALLATION
9
10To install this module type the following:
11
12   perl Makefile.PL
13   make
14   make test
15   make install
16
17COPYRIGHT AND LICENCE
18
19This module is free software and may be modified and/or
20redistributed under the same terms as Perl itself.
21
22Copyright (C) 2002, Kurt Kincaid <sifukurt@yahoo.com>
23
24