I have a login and sign up form and use the encrypt library to encrypt the password.. I am using Xampp for my server and my system works correctly..
code to encrypt
Solution works for me is
Before :
$autoload['libraries'] = array('database','session','upload','form_validation','encrypt','pagination');
After :
$autoload['libraries'] = array('database','session','upload','form_validation','pagination');
i just removed encrypt library from autoload libraries.