diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2010-04-24 04:06:31 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-15 10:50:25 +0200 |
commit | bdf0c4ab734020a12712150c12714bd62d9edecc (patch) | |
tree | c42be290c2692828152f781be81fe285ab745898 /system/mcrypt/README | |
parent | 0f6587ae025ba1e758434e5449a9f0057758f94a (diff) | |
download | slackbuilds-bdf0c4ab734020a12712150c12714bd62d9edecc.tar.gz |
system/mcrypt: Build bump, script cleanup.
Diffstat (limited to 'system/mcrypt/README')
-rw-r--r-- | system/mcrypt/README | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/system/mcrypt/README b/system/mcrypt/README index 52128e52ec..7040c70841 100644 --- a/system/mcrypt/README +++ b/system/mcrypt/README @@ -1,10 +1,5 @@ -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 +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" +mcrypt is recommended if you are using phpmyadmin for database administration. |