Re: crypt question (search mail list) - Mailing list pgsql-sql

From jeff fitzmyers
Subject Re: crypt question (search mail list)
Date
Msg-id 7DAA2ED6-4CF0-11D6-A097-0003938387F4@earthlink.net
Whole thread Raw
In response to crypt question (search mail list)  (Keith Gray <keith@heart.com.au>)
List pgsql-sql
> There was a post about a month ago about crypt and md5
> fields being compared to text values...

This works for me:
- $formpassword is the password entered on a webpage
- $row_login[password] is the md5 saved password

} elseif(md5($formpassword) <> $row_login[password]) {    //
}

Jeff



pgsql-sql by date:

Previous
From: Keith Gray
Date:
Subject: crypt question (search mail list)
Next
From: Rajesh Kumar Mallah
Date:
Subject: Re: Postgresql goes into recovery mode ....