Re: How passwords can be crypted in postgres? - Mailing list pgsql-general

From The Hermit Hacker
Subject Re: How passwords can be crypted in postgres?
Date
Msg-id Pine.BSF.4.21.0012291924020.430-100000@thelab.hub.org
Whole thread Raw
In response to How passwords can be crypted in postgres?  (ouldm@linux-at-business.com)
List pgsql-general
I usually just run 'crypt()' on the clear text before storing it to the
backend ...

On Fri, 22 Dec 2000 ouldm@linux-at-business.com wrote:

> Hello,
>
> I order to escape from .htaccess, I want to save user passwords in my
> database.
> However, passwords appear clear in the database.
> How  passwords can be crypted in the database?
>
> I use PHP 3.0.16, Cobalt Raq3i.
>
>
> Thanks
>
>

Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org


pgsql-general by date:

Previous
From: ouldm@linux-at-business.com
Date:
Subject: How passwords can be crypted in postgres?
Next
From: "Steve Wolfe"
Date:
Subject: Re: How passwords can be crypted in postgres?