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

..03-May-2022-

t/H12-Oct-2007-528443

ChangeLogH A D12-Oct-2007263 65

Makefile.PLH A D03-May-2022288 1411

Mcrypt.pmH A D12-Oct-20077.5 KiB319170

Mcrypt.xsH A D12-Oct-20076.9 KiB373338

READMEH A D12-Oct-2007920 3725

typemapH A D04-Feb-200716 21

README

1Mcrypt Version 2.5.7.0
2========================
3
4DESCRIPTION
5-----------
6
7The Mcrypt modules provides and simple and inuitive perl abstraction of the
8libmcrypt cryptography library.  It provide mechanisms for encoding and
9decoding perl scalars.
10
11PREREQUISITES
12-------------
13
14Mcrypt-x.y.z.r requires libmcrypt version x.y.z.  It may or may not work with
15other versions of libmcrypt -- YMMV.
16
17It also requires Perl 5.
18
19INSTALLATION
20------------
21
221.  Edit the Makefile.PL and change the -L and -I paths to reflect your
23	installation of libmcrypt if necessary.
242.  perl Makefile.PL
253.  make install
26
27COPYRIGHT AND DISCLAIMER
28------------------------
29
30Copyright (c) 1999,2000,2001,2007 Theo Schlossnagle <jesus@omniti.com>
31
32This program is free software; you can redistribute it and/or modify it
33under the same terms as Perl itself.
34
35This code is provided with no warranty of any kind, and is used entirely at
36your own risk.
37