MD5 Password into SQL

2005-02-08 Thread Neil Craig
Does anyone know how to create the MD5 password using the secret to insert into MySQL? I will be using a PHP frontend to do this and have tried PHP's md5() function but can't get it to create the correct hash using the secret. Any help appreciated :) - List info/subscribe/unsubscribe? See

Re: MD5 Password into SQL

2005-02-08 Thread Stefan . Neis
Neil Craig schrieb: Does anyone know how to create the MD5 password using the secret to insert into MySQL? Sorry, I'm completely failing to understand what you're trying to do. What relation do you see between MD5 hash of the password and the secret? Is that referring to the radius secret used

Re: MD5 Password into SQL

2005-02-08 Thread Neil Craig
I have entered a MD5 password into SQL created using PHP MD5 function - it never authenticates to this - do I need to use the secret as the key for the encryption? On Tue, 08 Feb 2005 17:00:56 +0100 (CET), [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Neil Craig schrieb: Does anyone know how

Re: MD5 Password into SQL

2005-02-08 Thread Alan DeKok
Neil Craig [EMAIL PROTECTED] wrote: I have entered a MD5 password into SQL created using PHP MD5 function - it never authenticates to this - I have no idea what you mean by that. Can you use *descriptive* words, and not it and this? Makign people play guessing games is annoying. do I

Re: MD5 Password into SQL

2005-02-08 Thread Neil Craig
I have resolved this..it..that..whatever On Tue, 08 Feb 2005 12:56:00 -0500, Alan DeKok [EMAIL PROTECTED] wrote: Neil Craig [EMAIL PROTECTED] wrote: I have entered a MD5 password into SQL created using PHP MD5 function - it never authenticates to this - I have no idea what you mean