com.jalios.util
Class Crypt

java.lang.Object
  extended by 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: 27751 $
Author:
John Dumas, Eric Young

Field Summary
static String REVISION
           
 
Method Summary
static String crypt(String salt, String original)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values
Method Detail

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.