Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Function mcrypt_get_iv_size() is deprecated in codeigniter on PHP version 7.1

When I encrypt my ID using encrypt library that time it gives me an error like :

enter image description here

Thanks for your help

like image 232
Angel Avatar asked Dec 07 '25 13:12

Angel


1 Answers

codeigniter already mention it on their official documentation of encrypt Library

This library has been DEPRECATED and is only kept for backwards compatibility. Please use the new Encryption Library.

use new Encryption Library. https://codeigniter.com/userguide3/libraries/encryption.html

like image 151
Kundan Prasad Avatar answered Dec 09 '25 04:12

Kundan Prasad