Recent Changes - Search:

edit SideBar

libmcrypt

Description

libmcrypt is a data encryption library. The library is thread safe and provides encryption and decryption functions. This version of the library supports many encryption algorithms and encryption modes. Some algorithms which are supported:
SERPENT, RIJNDAEL, 3DES, GOST, SAFER+, CAST-256, RC2, XTEA, 3WAY, TWOFISH, BLOWFISH, ARCFOUR, WAKE and more.

The library is available as 32-bit and 64-bit:

  • You have to link your program against libmcrypt with "-Wl,-brtl" or else it won't work as run-time linking is a must under AIX to dynamically load modules.
  • If you are compiling a 32-bit program, no additional compiler options are needed.
  • If you are compiling a 64-bit program, you have to compile and link your application with "xlc -q64" or "gcc -maix64".

Homepage: http://mcrypt.sourceforge.net/

Current version: v2.5.8-3

Downloads

RPM:

Source RPM:

Package dependencies:


All versions

Edit - History - Print - Recent Changes - Search
Page last modified on July 01, 2013, at 11:05 AM