slackbuilds/system/mcrypt
Nishant Limbachia 26fe1ea667 system/mcrypt: Updated for version 2.6.8 2010-05-13 00:40:54 +02:00
..
README system/mcrypt: Updated for version 2.6.8 2010-05-13 00:40:54 +02:00
mcrypt.SlackBuild system/mcrypt: Updated for version 2.6.8 2010-05-13 00:40:54 +02:00
mcrypt.info system/mcrypt: Updated for version 2.6.8 2010-05-13 00:40:54 +02:00
slack-desc system/mcrypt: Added to 12.2 repository 2010-05-12 23:33:41 +02:00

README

MCrypt is a replacement for the old crypt package and crypt command with 
extensions. It allows developers to use a wide range of encryption functions 
including encrypting files or data streams without having to be cryptographers.

The companion to MCrypt is libmcrypt, which contains the actual encryption 
functions themselves and provides a standardized mechanism for accessing them.

The mcrypt package is recommended if you are using phpmyadmin for database 
administration.  To actually use mcrypt, you would have to recompile php with 
the following config switch:  "--with-mcrypt=shared,/usr/bin"