Libmcrypt is a thread-safe library providing a uniform interface
to access several block and stream encryption algorithms.

A mailing list on mcrypt is mcrypt-dev@lists.hellug.gr
Subscribe by visiting http://lists.hellug.gr/mailman/listinfo/mcrypt-dev

This is the win32 dll package of libmcrypt version 2.4.22.

This distribution contains the following subdirectories:

include:
This directory contains the file mcrypt.h. You need to #include this header file
in your program's source code to use libmcrypt.

lib:
You should put the three dlls from this directory (cygltdl-3.dll,
cygmcrypt-4.dll and cygwin1.dll) in a place where your executeable can find
them, i.e. in the working directory or in the path.

cygltdl-3.dll is used for dynamic module loading.
cygmcrypt-4.dll is the main dll of libmcrypt.
cygwin1.dll is needed as these dlls have been compiled on cygwin.

modules/algorithms and modules/modes:
You can copy the dlls from these directories anywhere but you need to specify
the directory containing the algorithm dlls respectively the mode dlls as second
resp. fourth parameter in the mcrypt_module_open call.

See the file manpage.txt for detailed instructions how to use the library.