railo.runtime.crypt
Class JCrypt

java.lang.Object
  extended by railo.runtime.crypt.JCrypt

public final class JCrypt
extends Object

JCrypt.java Java-based implementation of the unix crypt command Based upon C source code written by Eric Young, eay@psych.uq.oz.au


Method Summary
static String crypt(String salt, String original)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

crypt

public static final String crypt(String salt,
                                 String original)


Copyright © 2012 Railo