public final class EncryptUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
This class can be called with "encrypt" password as the arguments where encrypt is
a literal and password is replaced with the clear text password to be encrypted.
|
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- The arguments in the form "command" parm1, parm2.java.lang.Exception
- If an error occurs.