类 PasswordUtil

java.lang.Object
cn.hamm.airpower.util.PasswordUtil

@Component public class PasswordUtil extends Object

密码助手类

作者:
Hamm.cn
  • 构造器详细资料

    • PasswordUtil

      public PasswordUtil()
  • 方法详细资料

    • encode

      @NotNull public @NotNull String encode(@NotNull @NotNull String password, @NotNull @NotNull String salt)

      密码和盐获取密码的散列摘要

      参数:
      password - 明文密码
      salt - 盐
      返回:
      sha1散列摘要