Hi How can i retrieve password coming in 'REGISTER' Request. problem is i don't want to do mysql authentication as i have less space...so what i need to do is , i am writing one small module..which i have already done but i need to verify username and password thru that module.....so any idea...i have tried some structures already....but of no use till....i am able to retrieve username, host,port etc...but not password .....i am using davolink phone box and i know password is coming encrypted....but how can i check this help me out
_________________________________________________________________ Contact brides & grooms FREE! http://www.shaadi.com/ptnr.php?ptnr=hmltag Only on www.shaadi.com. Register now!
At 05:04 AM 2/9/2004, kapil dhawan wrote:
Hi How can i retrieve password coming in 'REGISTER' Request.
There is fortunately no easy way to do it. SIP used MD5 digest function which would be quite hard to reverse for you.
problem is i don't want to do mysql authentication as i have less space...
use dbtext module.
-jiri