downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Instalación/Configuración> <Mcrypt
[edit] Last updated: Fri, 17 May 2013

view this page in

Introducción

Esta es una interfaz para la biblioteca mcrypt, que admite una gran variedad de algoritmos de bloques tales como DES, TRipleDES, Blowfish (predeterminado), 3-WAY, SAFER-SK64, SAFER-SK128,TWOFISH, TEA, RC2 y GOST en los modos de cifrado CBC, OFB, CFB y ECB. Además, admite RC6 e IDEA, que son considerados "no libres". CFB/OFB son de 8 bits por defecto.



add a note add a note User Contributed Notes Introducción - [1 notes]
up
-7
sujithayur at gmail dot com
1 year ago
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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites