Re: Re: Encrypting pg_shadow passwords

From: Jim Mercer <jim(at)reptiles(dot)org>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Trond Eivind Glomsrød <teg(at)redhat(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Lincoln Yeoh <lyeoh(at)pop(dot)jaring(dot)my>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: Encrypting pg_shadow passwords
Date: 2001-06-26 18:52:56
Message-ID: 20010626145256.G14179@reptiles.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jun 26, 2001 at 12:30:11PM -0400, Bruce Momjian wrote:
> > Haven't many systems (at least Linux and FreeBSD) switched from this
> > to other algorithms as default, like MD5? (and usually found in /etc/shadow)
>
> Yes, most BSD's are MD5. I wasn't sure about Linux. If it is md5 by
> default that would remove many sites from using crypt in secondary
> password files already.

while freebsd is now defaulting to MD5, the core function is still crypt().

--
[ Jim Mercer jim(at)reptiles(dot)org +1 416 410-5633 ]
[ Now with more and longer words for your reading enjoyment. ]

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dmitry G. Mastrukov 2001-06-26 19:59:06 New data type: uniqueidentifier
Previous Message Jim Mercer 2001-06-26 18:50:23 Re: Re: Encrypting pg_shadow passwords