in reply to Re: MD5 issue (client side)
in thread MD5 issue (client side)
Hey guys:
Thanks for the replies. Yes, I was not very fimiliar w/ how md5 authentication worked. I did figure it out though. Generally, I do what the javascript did -- there's about 5 lines of importance. In a nutshell, MD5(MD5(password) + challenge) or something like that.
I am able to get a proper password based on the random challenge key.