Date: Fri, 18 Jun 2004 06:04:51 -0700 (PDT) From: Nick Johnson <freebsd@spatula.net> To: Gabriel Ambuehl <gabriel_ambuehl@buz.ch> Cc: java@freebsd.org Subject: Re: Working implementation of crypt() in Java? Message-ID: <20040618060239.T63536@turing.morons.org> In-Reply-To: <701272026.20040618145053@buz.ch> References: <701272026.20040618145053@buz.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
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. Nick On Fri, 18 Jun 2004, Gabriel Ambuehl wrote: > 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 > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > -- "The aptly-named morons.org is an obscenity-laced screed..." -- Robert P. Lockwood, Catholic League director of research Nick Johnson, version 2.1 http://web.morons.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040618060239.T63536>