Package com.groiss.util
Class Jcrypt
java.lang.Object
com.groiss.util.Jcrypt
Java implementation of the unix crypt command.
-
Method Summary
-
Method Details
-
crypt
Crypt the argument string using the given salt.- Parameters:
salt
- a two character string.original
- the string to crypt- Returns:
- the crypted string
-