| Package | Description |
|---|---|
| net.renfei.sdk.utils |
| Modifier and Type | Method and Description |
|---|---|
static String |
PasswordUtils.createHash(char[] password)
创建一个密文密码
|
static String |
PasswordUtils.createHash(String password)
创建一个密文密码
|
static boolean |
PasswordUtils.verifyPassword(char[] password,
String correctHash)
验证密码
|
Copyright © 2020. All rights reserved.