Re: Require entry of MD5 hash instead of plaintext password?

From: mwsenecal(at)yahoo(dot)com
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Require entry of MD5 hash instead of plaintext password?
Date: 2007-07-31 19:00:43
Message-ID: 1185908443.712822.29260@m37g2000prh.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Jul 28, 12:32 pm, m(dot)(dot)(dot)(at)fuhr(dot)org (Michael Fuhr) wrote:
> On Fri, Jul 27, 2007 at 09:33:37AM -0700, mwsene(dot)(dot)(dot)(at)yahoo(dot)com wrote:
> > Is there a way to configure PostgreSQL 8.0 so that when prompted for a
> > password, the user enters the MD5 hash of his password, instead of the
> > normal plaintext password?
>
> What problem are you trying to solve?
>
> --
> Michael Fuhr
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org/

Curiosity, mostly. When creating a user you can specify the password
as an MD5 hash. I was just wondering if you could also submit a
password in that form (the assumption being that a trusted external
application had performed the hashing).

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Robert Landrum 2007-07-31 19:15:27 Indexing Hostnames with tsearch2 and fti.c
Previous Message Vivek Khera 2007-07-31 18:46:07 Re: upgrade to 8.2.? or implement Slony, which first?