Difference between revisions of "Libmcrypt"

From CBLFS
Jump to navigationJump to search
(New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://downloads.sourceforge.net/mcrypt/libmcrypt-{{libmcrypt-Version}}.tar.bz2 |} ---- {{Package-Introdu...)
 
m
Line 69: Line 69:
 
|libmcrypt.{a,la,so}
 
|libmcrypt.{a,la,so}
 
|}
 
|}
 +
 +
[[Category:General Libs]]

Revision as of 13:39, 8 February 2009

Download Source: http://downloads.sourceforge.net/mcrypt/libmcrypt-2.5.8.tar.bz2

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}