Most voted "mcrypt" questions
7 questions
Sort by count of
-
9
votes3
answers995
views -
9
votes2
answers215
viewsWhat are the alternatives for mcrypt_* functions?
The functions of the type mcrypt_* were discontinued in PHP 7.1.0 and removed in PHP 7.2.0 as shown in manual: Warning This Function was DEPRECATED in PHP 7.1.0, and REMOVED in PHP 7.2.0. I was…
-
6
votes1
answer492
viewsProblem 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 encryption $key = '123'; $iv = md5( md5( 'key' ) );…
-
2
votes2
answers295
viewsMigrate PHP function from mcrypt to Openssl
I have a PHP function that uses mcrypt. The problem is that PHP 7.2 no longer accepts mcrypt... Does anyone know how to redo it to get the same result using Openssl? function Encript($Val, $chave){…
-
1
votes2
answers1000
viewsWarning: 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 PHP version is 5.4.17. and I’m on a Macbook Pro with Mavericks. Can…
-
1
votes1
answer76
viewsProblems with Composer, mcrypt and Laravel on Ubuntu 14.04
I already have a pre-existing project and I need to install the Lockable in it, however it gives this: $ php ../composer.phar create-project laravel/laravel Installing laravel/laravel (v4.2.11)…
-
-1
votes1
answer184
viewsError installing Laravel via Poser (Mcrypt required)
While trying to install Laravel via Composer, he told me that he needs the extension Mcrypt. I am using OS linux Ubuntu 13.04 Zend Server CE Server 6.3 apache 2.2; php5.4; But nothing damn works.…