Re: Encrypting pg_shadow passwords

From: fche(at)redhat(dot)com (Frank Ch(dot) Eigler)
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Encrypting pg_shadow passwords
Date: 2001-06-26 14:30:43
Message-ID: o5ae2vjoto.fsf@touchme.toronto.redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


pgman(at)candle(dot)pha(dot)pa(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-06-26 15:02:15 Re: Encrypting pg_shadow passwords
Previous Message Tom Lane 2001-06-26 14:18:37 Re: Re: Encrypting pg_shadow passwords