Welcome Guest, Not a member yet? Register   Sign In
Security with CI
#11

Don't use MD5 to crypt password Big Grin.

Use the php function password_hash and password_verify to check.
We never decrypt a password. we only check that the word entered by the user corresponds to the password encrypted.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB