CodeIgniter Forums
The Encrypt library does not work in PHP7.2 and PHP7.2+ - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11)
+--- Thread: The Encrypt library does not work in PHP7.2 and PHP7.2+ (/showthread.php?tid=70015)



The Encrypt library does not work in PHP7.2 and PHP7.2+ - himelali - 02-09-2018

mcrypt_module_open has been deprecated from PHP7.2 and PHP7.2+ versions.

ref: http://php.net/mcrypt-module-open
[url=http://php.net/mcrypt-module-open][/url]
How to resolve it in my existing project by CodeIgniter 3+?


RE: The Encrypt library does not work in PHP7.2 and PHP7.2+ - skunkbad - 02-09-2018

This is a well known fact for a long time. That's why you are supposed to use the newer Encryption library.