hudson.plugins.jetty.security
Class Password
java.lang.Object
hudson.plugins.jetty.security.Password
public final class Password
- extends Object
Password utility class.
Passwords that begin with OBF: are de obfuscated.
Passwords can be obfuscated by run org.mortbay.util.Password as a
main class. Obfuscated password are required if a system needs
to recover the full password (eg. so that it may be passed to another
system). They are not secure, but prevent casual observation.
- Author:
- Greg Wilkins (gregw)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
__OBFUSCATE
public static final String __OBFUSCATE
- See Also:
- Constant Field Values
obfuscate
public static String obfuscate(String s)
deobfuscate
public static String deobfuscate(String s)
Copyright © 2004-2013. All Rights Reserved.