hudson.plugins.jetty.security
Class Password

java.lang.Object
  extended by 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)

Field Summary
static String __OBFUSCATE
           
 
Method Summary
static String deobfuscate(String s)
           
static String obfuscate(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__OBFUSCATE

public static final String __OBFUSCATE
See Also:
Constant Field Values
Method Detail

obfuscate

public static String obfuscate(String s)

deobfuscate

public static String deobfuscate(String s)


Copyright © 2004-2013. All Rights Reserved.