Package com.identity4j.util.unix
Class DESCrypt
- java.lang.Object
-
- com.identity4j.util.unix.DESCrypt
-
public class DESCrypt extends Object
JCrypt.java Java-based implementation of the unix crypt command found at http://locutus.kingwoodcable.com/jfd/crypt.html. Based upon C source code written by Eric Young, eay@psych.uq.oz.au
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringcrypt(String salt, String original)static voidmain(String[] args)
-