Re: password encryption - Mailing list pgsql-admin

From Klaus Sonnenleiter
Subject Re: password encryption
Date
Msg-id 200208212055.19700.klaus@sonnenleiter.com
Whole thread Raw
In response to Re: password encryption  (Tim Ellis <Tim.Ellis@gamet.com>)
Responses Re: password encryption  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: password encryption  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-admin
To protect your passwords effectively, you probably want them encrypted before
they go on the wire, so you will need to put the encryption capability in the
application, not in the database. This way you will only transmit and store
encrypted data. Take a look at cryptix.org for some pretty good Java and Perl
implementations.

On Wednesday 21 August 2002 05:36, Tim Ellis wrote:
> > 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.

pgsql-admin by date:

Previous
From: Tim Ellis
Date:
Subject: Re: password encryption
Next
From: "David F. Skoll"
Date:
Subject: Re: password encryption