hudson.util
Class Scrambler
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Scrambler
public Scrambler()
scramble
public static String scramble(String secret)
descramble
public static String descramble(String scrambled)
Copyright © 2004-2013. All Rights Reserved.