Re: Encrypting pg_shadow passwords - Mailing list pgsql-hackers

From fche@redhat.com (Frank Ch. Eigler)
Subject Re: Encrypting pg_shadow passwords
Date
Msg-id o5ae2vjoto.fsf@touchme.toronto.redhat.com
Whole thread Raw
In response to Re: Encrypting pg_shadow passwords  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
pgman@candle.pha.pa.us (Bruce Momjian) writes:

: OK, I get you now.  Why not ask the client to do a crypt and compare
: that to pg_shadow.  [...]

You can't trust the client to do the one-way encryption, for then the
encrypted password becomes plaintext-equivalent.  (The SMB protocol
apparently suffers or suffered from a similar flaw.)

- FChE


pgsql-hackers by date:

Previous
From: missive@frontiernet.net (Lee Harr)
Date:
Subject: Re: Encrypting pg_shadow passwords
Next
From: "Matthew T. O'Connor"
Date:
Subject: Help with SI buffer overflow error