com.jalios.util
Class Crypt
java.lang.Object
  
com.jalios.util.Crypt
public class Crypt
- extends 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: 14756 $
 
- Author:
 
  - John Dumas, Eric Young
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
REVISION
public static final String REVISION
- See Also:
 - Constant Field Values
 
crypt
public static final String crypt(String salt,
                                 String original)
 
main
public static void main(String[] args)
 
Copyright © 2001-2010 Jalios SA. All Rights Reserved.