hudson.util
Class Scrambler

java.lang.Object
  extended by hudson.util.Scrambler

public class Scrambler
extends Object

Used when storing passwords in configuration files.

This doesn't make passwords secure, but it prevents unwanted exposure to passwords, such as when one is grepping the file system or looking at config files for trouble-shooting.

Author:
Kohsuke Kawaguchi
See Also:
Protector

Constructor Summary
Scrambler()
           
 
Method Summary
static String descramble(String scrambled)
           
static String scramble(String secret)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scrambler

public Scrambler()
Method Detail

scramble

public static String scramble(String secret)

descramble

public static String descramble(String scrambled)


Copyright © 2004-2013. All Rights Reserved.