Started 2 days, 1 hour ago (2009-11-24 21:25:00)
by Catacaustic
There's no way to un-encrypt the password once it's been passed through a MD5 hash. Those are only one-way.
If the problem that you are having is just trying to get users to be logged in, then all you need to do is perform a MD5 hash on the password that the ueser gives when they login. You can do that in PHP, but it is probably more secure (and faster) to do it in your SQL query. ...
Thread:
Show this thread (2 posts)
Size: 556 bytes
Related Threads: Same Site | All Sites
Customize:
Related Threads: Same Site | All Sites
Customize:

