Re: Passwords

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Passwords
Date: 2000-05-07 21:42:23
Message-ID: Pine.LNX.4.21.0005072340320.442-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The Hermit Hacker writes:

> My *understanding* is that MD5 is a half-way measure that is easier to
> break then DES, which is why it isn't under the export restrictions ...

If you don't feel secure about MD5 you can always use SHA1. In fact you
might want to look at the mhash package which has a bunch of hashing
functions with a decent interface and it's under a BSD'ish license. At
least you can steal the implementation from there.

--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-05-07 21:42:44 Re: pg_group_name_index corrupt?
Previous Message Peter Eisentraut 2000-05-07 21:38:54 Re: minor psql errors in RC5