Re: 4.1 password problem

2005-11-24 Thread Lowell Allen
Felix Geerinckx wrote: On 24/11/2005, Lowell Allen wrote: but I'm looking for a way to convert the short hash values into comparable long hash values. This is (fortunately) *not* possible. Apparently the upgrade procedure can successfully convert short-to-long hash values for MySQL user pa

Re: 4.1 password problem

2005-11-24 Thread Felix Geerinckx
On 24/11/2005, Lowell Allen wrote: > but I'm looking for a way to convert the short hash values into > comparable long hash values. This is (fortunately) *not* possible. > Apparently the upgrade procedure can successfully convert > short-to-long hash values for MySQL user passwords It doesn'

4.1 password problem

2005-11-23 Thread Lowell Allen
I have a PHP application that stores member-access passwords in a char column. When the passwords were stored, they were written to the database using the PASSWORD() function. Each hashed password is 16 characters long. When a member logs in, the plain text password submitted is run through the