提交 03ef8dde 编写于 作者: J Jesse Glick

Javadoc warning to use Secret instead.

上级 e75585c2
......@@ -29,12 +29,9 @@ import java.io.IOException;
import java.io.UnsupportedEncodingException;
/**
* Used when storing passwords in configuration files.
*
* <p>
* 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.
* Scrambles, but does not encrypt, text.
* <strong>Do not use this</strong> for storing passwords and the like in configuration.
* Use {@link Secret} instead.
*
* @author Kohsuke Kawaguchi
* @see Protector
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册