In linux systems,mcrypt is necessary for installing CMSes like majento. First You need to install the mcrypt library.
If using a Debian-based Linux system, you can run the following commands:
sudo apt-get install php5-mcrypt
then restart the apache server
sudo /etc/init.d/apache2 restart
導入
この関数は、CBC, OFB, CFB, ECB 暗号モードの DES, TripleDES, Blowfish (デフォルト), 3-WAY, SAFER-SK64, SAFER-SK128, TWOFISH, TEA, RC2 , GOST のような広範なブロックアルゴリズムをサポートする mcrypt ライブラリへのインターフェースです。加えて、"フリーではない" とされている RC6 および IDEA もサポートします。 CFB 及び OFB は既定では 8bit です。
sujithayur at gmail dot com
16-Nov-2011 02:15
