From owner-freebsd-java@FreeBSD.ORG Fri Jun 18 13:14: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 2F80716A4CE for ; Fri, 18 Jun 2004 13:14: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 E91C043D46 for ; Fri, 18 Jun 2004 13:14:14 +0000 (GMT) (envelope-from gabriel_ambuehl@buz.ch) Received: (qmail 96593 invoked from network); 18 Jun 2004 13:12:57 -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 13:12:57 -0000 Date: Fri, 18 Jun 2004 15:13:29 +0200 From: Gabriel Ambuehl Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <1126318941.20040618151329@buz.ch> To: Nick Johnson In-Reply-To: <20040618060239.T63536@turing.morons.org> References: <701272026.20040618145053@buz.ch> <20040618060239.T63536@turing.morons.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: java@freebsd.org Subject: Re[2]: 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 13:14:16 -0000 Hello Nick, Friday, June 18, 2004, 3:04:51 PM, you wrote: > Yup, I wrote one. It's totally compatible with FreeBSD's crypt, though I > should have used better capitalization in the name. Feel free to twiddle > that if you wish. > http://www.spatula.net/software/freeBSDcrypt-1.0.jar > It only does the MD5 style because that's all I needed at the time. Ah thanks. Exactly what was needed. Any licensing restrictions (says it's based on the original crypt() but not what license itself is under)? Best regards, Gabriel