1 Apr
2012
1 Apr
'12
3:25 p.m.
Thanks Matthew, I know this restrictions. My idea was to encrypt the password with the user password, because it's a really bad idea to store plain text passwords in mysql. So far, I can encrypt it with a server side key, but of course if someone hacks the server, this is pretty useless. Is there any way to send the plain password with the challenge request to use in my sql query? Oliver