Questions tagged as 'mcrypt'

3
answers

Error: Mcrypt required in Laravel 4

I made a new installation of Laravel 4. I have all the system requirements are correct. However, when I try to use artisan to run the key:generate command, to configure my APP, I can not. It returns me the following error:    Mc...
asked by 07.01.2014 / 19:48
1
answer

Problem with mcrypt function *

I am using these two functions below to encrypt and decrypt a string. I left the example as clean as possible. Function for encript $key = '123'; $iv = md5( md5( 'key' ) ); mcrypt_encrypt(MCRYPT_RIJNDAEL_256, md5($key), $string, MCR...
asked by 29.10.2014 / 04:32
2
answers

Migrate PHP function from mcrypt to Openssl

I have a PHP function that uses mcrypt. The problem is that PHP 7.2 does not accept mcrypt anymore ... Does anyone know how to redo it so as to get the same result using Openssl? function Encript($Val, $chave){ $cifrado = MCRYPT_RIJNDAEL_...
asked by 30.07.2018 / 23:35
2
answers

Warning: Module 'mcrypt' already loaded in Unknown on line 0

This error occurs when I open the terminal and run Opencart:   Warning: Module 'mcrypt' already loaded in Unknown on line 0 My version of PHP is 5.4.17., and I'm on a Macbook Pro with Mavericks. Does anyone know how to fix it?     
asked by 29.01.2014 / 19:19
1
answer

Problems with composer, mcrypt and laravel in ubuntu 14.04

I already have a preexisting project and I need to install laravel on it, however: $ php ../composer.phar create-project laravel/laravel Installing laravel/laravel (v4.2.11) [InvalidArgumentException]...
asked by 10.01.2015 / 07:39
1
answer

Error installing Laravel via composer (Mcrypt required) [duplicate]

While trying to install Laravel via composer, he told me he needs the extension Mcrypt. I'm using linux ubuntu OS 13.04 Server Zend Server CE 6.3 apache 2.2; php5.4; But nothing of the damn thing works.     
asked by 05.03.2014 / 00:38