From: | Vince Vielhaber <vev(at)michvhf(dot)com> |
---|---|
To: | The Hermit Hacker <scrappy(at)hub(dot)org> |
Cc: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Sverre H(dot) Huseby" <sverrehu(at)online(dot)no>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: So we're in agreement.... |
Date: | 2000-05-07 03:42:01 |
Message-ID: | Pine.BSF.4.21.0005062334380.13987-100000@paprika.michvhf.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
On Sun, 7 May 2000, The Hermit Hacker wrote:
>
> So, we're going to go with less security then is available on most Unix
> OSs?
Whoever said MD5 is less secure than standard DES has handed you a line
so long....
If you want the entire story, go back and reread the thread. If you want
it in a nutshell, MD5 isn't reversable so it's not considered encryption
as defined in the US Govt's eyes. DES has been broken more than once. I
don't know what you're using on hub, but MD5 is the default in FreeBSD
unless you actually choose DES. Also the FreeBSD folks feel that MD5 is
the better choice.
> if we are going to do this, *please* just use the regular system
> crypt() function ... for those that are using MD5 for their passwords, at
> least as it is under FreeBSD, crypt() does either MD5 or DES depending on
> the system ...
crypt() requires libcrypt which isn't available on all platforms. I
think we all feel we can do better.
Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev(at)michvhf(dot)com http://www.pop4.net
128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2000-05-07 03:43:06 | Re: So we're in agreement.... |
Previous Message | Robert B. Easter | 2000-05-07 03:29:05 | Re: You're on SecurityFocus.com for the cleartext passwords. |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2000-05-07 03:43:06 | Re: So we're in agreement.... |
Previous Message | Robert B. Easter | 2000-05-07 03:29:05 | Re: You're on SecurityFocus.com for the cleartext passwords. |