Answers for "The Encrypt library requires the Mcrypt extension."

0

The Encrypt library requires the Mcrypt extension.

Best solution is (only available for CI 3 and up):

change $this->load->library('encrypt');

to $this->load->library('encryption');

refrence:
https://codeigniter.com/userguide3/libraries/encryption.html
Posted by: Guest on January-08-2021

Code answers related to "The Encrypt library requires the Mcrypt extension."

Browse Popular Code Answers by Language