Re: UNIX crypt function in JAVA question

Marianne Mueller (Marianne.Mueller@Eng)
Tue, 11 Aug 1998 13:03:48 -0700 (PDT)

Date: Tue, 11 Aug 1998 13:03:48 -0700 (PDT)
From: Marianne Mueller <Marianne.Mueller@Eng>
Subject: Re: UNIX crypt function in JAVA question
To: java-security@java.Sun.COM, bobb@sqribe.com

Searching with

+crypt +unix +java

on altavista.digital.com, I got

http://isd.cme.nist.gov/staff/shackleford/rcslib/jcrypt.java

>From the comments, it sounds like

http://www.zeh.com/local/jfd/crypt.html

is the original source.

--Marianne

/****************************************************************************
* jcrypt.java
*
* Java-based implementation of the unix crypt command
*
* Based upon C source code written by Eric Young, eay@psych.uq.oz.au
*
****************************************************************************/


/**
* This class provides a Java-based implementation of the unix crypt command.
*
* I downloaded this file from <A
HREF="http://www.zeh.com/local/jfd/crypt.html">http://www.zeh.com/local/jfd/cryp
t.htm</A> on March, 25 1997, and used it
in rcs.nml.NMLConnection.login().
* <p></p>
* Source Code:
* <A HREF="jcrypt.java">jcrypt.java</a>
*
* @author John Dumas
* @author Eric Young
*/