Libmcrypt
From CBLFS
Revision as of 12:39, 8 February 2009 by Weibullguy (talk | contribs)
Download Source: | http://downloads.sourceforge.net/mcrypt/libmcrypt-2.5.8.tar.bz2 |
---|
Contents
Introduction to Libmcrypt
Libmcrypt is a library which provides a uniform interface to several symmetric encryption algorithms. It is intended to have a simple interface to access encryption algorithms in ofb, cbc, cfb, and ecb modes.
Project Homepage: http://mcrypt.sourceforge.net/
Dependencies
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
32Bit
Compile the package:
To do ...
Install the package:
make install
N32
Compile the package:
To do ...
Install the package:
make install
64Bit
Compile the package:
To do ...
Install the package:
make install
Contents
Installed Directories: | /usr/include/mutils |
---|---|
Installed Programs: | libmcrypt-config |
Installed Libraries: | libmcrypt.{a,la,so} |