/[mcrypt]/libmcrypt/README
ViewVC logotype

Contents of /libmcrypt/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations)
Sat Mar 9 20:29:03 2002 UTC (22 years, 1 month ago) by nmav
Branch: MAIN
Changes since 1.4: +16 -0 lines
Added the --disable-dynamic-loading parameter to the configure script,
and instructions for how to build the library for staticaly linking.

1 Libmcrypt is a thread-safe library providing a uniform interface
2 to access several block and stream encryption algorithms.
3 Check the manual page for more information on libmcrypt.
4
5 Look at COPYING for license information and the individual files for more
6 information. COPYING applies only for the mcrypt program and not the
7 algorithms which most of them are public domain.
8
9 A mailing list on mcrypt is mcrypt-dev@lists.hellug.gr
10 Subscribe by visiting http://lists.hellug.gr/mailman/listinfo/mcrypt-dev
11
12 **
13 ** Some hints:
14
15 To include algorithms in the library use the
16 --with-included-algos parameter in the configure script.
17 Eg: ./configure --with-included-algos="rijndael-128 arcfour stream cbc cfb"
18
19 That way you can statically link the library and be 100% thread safe,
20 since dlopen is not always thread safe.
21
22
23 To disable dynamic loading use the --disable-dynamic-loading parameter
24 to the configure script. Use with care. You must include some algorithms,
25 to do this, or you'll not be able to work.
26

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26