Re: password encryption - Mailing list pgsql-admin

From Tim Ellis
Subject Re: password encryption
Date
Msg-id 20020821173638.4428eb90.Tim.Ellis@gamet.com
Whole thread Raw
In response to password encryption  (Stefan Fiel <fstefan@cable.vol.at>)
Responses Re: password encryption  (Klaus Sonnenleiter <klaus@sonnenleiter.com>)
Re: password encryption  ("David F. Skoll" <dfs@roaringpenguin.com>)
List pgsql-admin
> i like to store passwords for a webapplication in my postgre database.
>
> now i'm searching for a way to encrypt the passwords, something like the
> function password() for mysql.

I always run my passwords through md5sum(), which is an open source
implementation, and thus seems to've been written in every language out
there.

--
Tim Ellis
Senior Database Architect
Gamet, Inc.

pgsql-admin by date:

Previous
From: Tim Ellis
Date:
Subject: Re: Jobs
Next
From: Klaus Sonnenleiter
Date:
Subject: Re: password encryption