[HELP]Bug hash password script
#4

Your code makes no sense whatsoever. You're in fact just comparing hashed inputtext with plain inputtext, which obviously isn't going to work out.

You should hash the input password first, then send the query with the hashed password. Then you store the result and see if there are any rows returned. If there is a row, then the passwords matched and you can proceed to login. If there's no row, the passwords didn't match (obviously).
Reply


Messages In This Thread
[HELP]Bug hash password script - by TheBluec0de - 17.06.2012, 15:07
Re: [HELP]Bug hash password script - by milanosie - 17.06.2012, 15:08
Re: [HELP]Bug hash password script - by TheBluec0de - 17.06.2012, 15:16
Re: [HELP]Bug hash password script - by Vince - 17.06.2012, 15:21

Forum Jump:


Users browsing this thread: 1 Guest(s)