Re: password function for PostgreSQL - Mailing list pgsql-novice

From Josh Berkus
Subject Re: password function for PostgreSQL
Date
Msg-id web-147600@davinci.ethosmedia.com
Whole thread Raw
In response to password function for PostgreSQL  (hodges@xprt.net)
List pgsql-novice
Hodges,

> The web interface is written with PHP so I may have to simply encrypt
> the password with a PHP function before storing or comparing it.

This is the recommended approach.  Further, you should do the actual
encryption call in an included php file (rather than the main login
page) for security.

If you are designing a PHP/Postgres application, I recommend that you
join the pgsql-php mailing list.

-Josh

______AGLIO DATABASE SOLUTIONS___________________________
                                       Josh Berkus
  Complete information technology      josh@agliodbs.com
   and data management solutions       (415) 565-7293
  for law firms, small businesses        fax 621-2533
    and non-profit organizations.      San Francisco

Attachment

pgsql-novice by date:

Previous
From: hodges@xprt.net
Date:
Subject: password function for PostgreSQL
Next
From: Joel Burton
Date:
Subject: Re: password function for PostgreSQL