Package org.apache.commons.vfs2.util
Class EncryptUtil
- java.lang.Object
-
- org.apache.commons.vfs2.util.EncryptUtil
-
public final class EncryptUtil extends java.lang.Object
Allows passwords to be encrypted and decrypted.- Since:
- 2.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
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.- Parameters:
args
- The arguments in the form "command" parm1, parm2.- Throws:
java.lang.Exception
- If an error occurs.
-
-