Re: MD5-based passwords - Mailing list pgsql-jdbc

From Jeremy Wohl
Subject Re: MD5-based passwords
Date
Msg-id 20011108103131.A12753@zydeco.igmus.org
Whole thread Raw
In response to MD5-based passwords  (Jeremy Wohl <jeremyw-pgjdbc@igmus.org>)
List pgsql-jdbc
On Wed, Nov 07, 2001 at 08:26:49PM -0800, Barry Lind wrote:
> I think I would recommend moving most of this logic into a new class
> under org.postgresql.util, called MD5.java?? (that is where the
> UnixCrypt class is located).
>
> [...]

OK.  Attached is an abstracted version, with your cast fix.

Appropriate exception handling is still open.  As is indenting.

> PS.  When sending diffs please use context diff format (i.e.-c).  It
> makes it much easier to review.

How about unified? :)

-jeremy
_____________________________________________________________________
jeremy wohl ..: http://igmus.org

Attachment

pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: Memory exeception
Next
From: "Dave Cramer"
Date:
Subject: Re: MD5-based passwords