Welcome Guest, Not a member yet? Register   Sign In
Password encrypt problem
#2

[eluser]bretticus[/eluser]
CI encryption/decryption is not hashing. Your passwords are actually less secure by using reversible encryption than if you used simple hashing with salt. You might want to reconsider how you store passwords in your database.

Check your $config settings to see if the KEY is the same on your machine as the live server.

Code:
$config['encryption_key'] = "KEY";

It's located in the application/config/config.php file.


Messages In This Thread
Password encrypt problem - by El Forum - 09-21-2010, 06:31 PM
Password encrypt problem - by El Forum - 09-21-2010, 08:36 PM
Password encrypt problem - by El Forum - 09-21-2010, 09:57 PM
Password encrypt problem - by El Forum - 09-21-2010, 10:23 PM
Password encrypt problem - by El Forum - 09-22-2010, 05:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB