Package com.jalios.util
Class Crypt
- java.lang.Object
-
- com.jalios.util.Crypt
-
public class Crypt extends java.lang.Object
Java-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.String
REVISION
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
crypt(java.lang.String salt, java.lang.String original)
static void
main(java.lang.String[] args)
-
-
-
Field Detail
-
REVISION
public static final java.lang.String REVISION
- See Also:
- Constant Field Values
-
-