Package com.jalios.util
Class Crypt
- java.lang.Object
 - 
- com.jalios.util.Crypt
 
 
- 
public class Crypt extends java.lang.ObjectJava-based implementation of the unix crypt command. Based upon C source code written by Eric Young, eay@psych.uq.oz.au. Original package com.imaginary.security- Version:
 - $Revision: 27751 $
 - Author:
 - John Dumas, Eric Young
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringREVISION 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringcrypt(java.lang.String salt, java.lang.String original)static voidmain(java.lang.String[] args) 
 - 
 
- 
- 
Field Detail
- 
REVISION
public static final java.lang.String REVISION
- See Also:
 - Constant Field Values
 
 
 - 
 
 -