diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2010-05-12 23:33:41 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:33:41 +0200 |
commit | 74e64da530725cdcbe7b05a11ae0e859b382495b (patch) | |
tree | 1d68978adf32a1327b12e10549213a3d206782b2 /system/mcrypt/README | |
parent | 0f69dd7ebb385a3d135aa126000bf6290e364d39 (diff) | |
download | slackbuilds-74e64da530725cdcbe7b05a11ae0e859b382495b.tar.gz |
system/mcrypt: Added to 12.2 repository
Diffstat (limited to 'system/mcrypt/README')
-rw-r--r-- | system/mcrypt/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/mcrypt/README b/system/mcrypt/README new file mode 100644 index 0000000000..e987f323ef --- /dev/null +++ b/system/mcrypt/README @@ -0,0 +1,12 @@ +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. + +mcrypt and libmcrypt packages are 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" |