![]() |
Encryption with WAMP/XAMPP - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Encryption with WAMP/XAMPP (/showthread.php?tid=62513) |
Encryption with WAMP/XAMPP - regis92 - 07-23-2015 Hello, I tried to "migrate" a CI project with encrypted datas (including login and password...) from a Linux server (CentOS, PHP 5.3.3) to WAMP/XAMPP on windows 7 (last version 2.5, PHP 5.6) ... but it doen't work : authentification is impossible as encryption/decryption doesn't work :-( Apparently this would be due to the absence of the mcrypt library on WAMP/XAMPP, and unfortunately it is impossible to find this mcrypt library on the web ! Could someone help me please... ? Thanks a lot ! RE: Encryption with WAMP/XAMPP - Narf - 07-23-2015 MCrypt is a PHP extension ... it's very easy to find, you're just looking for the wrong thing. RE: Encryption with WAMP/XAMPP - regis92 - 07-23-2015 I know that MCrypt is a PHP extension, but i disagree when you say that it's very easy to find... Please could you be more clear ? Thx. RE: Encryption with WAMP/XAMPP - ivantcholakov - 07-23-2015 @regis92 Have a look at your php.ini, search for a line that contains the string php_mcrypt.dll |