Welcome Guest, Not a member yet? Register   Sign In
MD5 Newbie question
#2

[eluser]davidbehler[/eluser]
md5 is a hashing function that cannot be reversed.
Are you planning on creating a "Forgot password?" function and what to send the user his original password? That can't be done using md5 hashing.

What you can do is this:
1. Encrypt and decrypt the password using the CI encryption library
or
2. Keep using md5 and instead of sending the original password just generate a new one


Messages In This Thread
MD5 Newbie question - by El Forum - 02-06-2010, 02:35 AM
MD5 Newbie question - by El Forum - 02-06-2010, 02:43 AM
MD5 Newbie question - by El Forum - 02-06-2010, 02:44 AM
MD5 Newbie question - by El Forum - 02-06-2010, 07:28 AM
MD5 Newbie question - by El Forum - 02-07-2010, 12:57 AM
MD5 Newbie question - by El Forum - 02-07-2010, 03:08 AM
MD5 Newbie question - by El Forum - 02-07-2010, 08:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB