@Component
public class PasswordUtil
extends Object
密码助手类
- 作者:
- Hamm.cn
-
-
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
PasswordUtil
public PasswordUtil()
-
方法详细资料
-
encode
@NotNull
public @NotNull String encode(@NotNull
@NotNull String password,
@NotNull
@NotNull String salt)
密码和盐获取密码的散列摘要
- 参数:
password - 明文密码
salt - 盐
- 返回:
- sha1散列摘要