Class Jcrypt

java.lang.Object
com.groiss.util.Jcrypt

public class Jcrypt extends Object
Java implementation of the unix crypt command.
  • Method Details

    • crypt

      public static final String crypt(String salt, String original)
      Crypt the argument string using the given salt.
      Parameters:
      salt - a two character string.
      original - the string to crypt
      Returns:
      the crypted string