Encryption problem when migrating from PHP 5.6. to 8.3
We are migratin from PHP 5.6 / CodeIgniter 3 to PHP 8.3.4 / CodeIginier 4. In the old version we used the below method on user registration and saved $salt
and $password
in the db.
We are migratin from PHP 5.6 / CodeIgniter 3 to PHP 8.3.4 / CodeIginier 4. In the old version we used the below method on user registration and saved $salt
and $password
in the db.