From owner-freebsd-java@FreeBSD.ORG Fri Jun 18 12:58:16 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C44316A4CE for ; Fri, 18 Jun 2004 12:58:16 +0000 (GMT) Received: from iota.root-servers.ch (iota.root-servers.ch [193.41.193.195]) by mx1.FreeBSD.org (Postfix) with SMTP id 11A0C43D46 for ; Fri, 18 Jun 2004 12:58:15 +0000 (GMT) (envelope-from gabriel_ambuehl@buz.ch) Received: (qmail 93719 invoked from network); 18 Jun 2004 12:50:21 -0000 Received: from 80-218-104-238.dclient.hispeed.ch (HELO ?10.2.2.3?) (80.218.104.238) by 0 with SMTP; 18 Jun 2004 12:50:21 -0000 Date: Fri, 18 Jun 2004 14:50:53 +0200 From: Gabriel Ambuehl Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <701272026.20040618145053@buz.ch> To: java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Working implementation of crypt() in Java? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gabriel_ambuehl@buz.ch List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jun 2004 12:58:16 -0000 Hello, I'm looking for a working implementation of crypt() in Java (specifically MD5 but a MD5/DES hybrid like on FreeBSD wouldn't hurt). I found http://www.extecher.net/code/MD5Crypt.java but it doesn't seem to yield the same hash as BSD's crypt. So does anybody know of a working, FreeBSD compatible implementation? TIA & best regards, Gabriel