修改登录密码
This commit is contained in:
parent
1657bd0aef
commit
e9d5cf5027
@ -19,7 +19,7 @@ public class ClearPasswordAction {
|
||||
}
|
||||
|
||||
public static String getPassword() throws NoSuchAlgorithmException {
|
||||
return StringX.bytesToHexString(MessageDigest.getDigest("MD5", "000000als"), true);
|
||||
return StringX.bytesToHexString(MessageDigest.getDigest("MD5", "a1!"), true);
|
||||
}
|
||||
|
||||
public String initPWD(JBOTransaction tx) {
|
||||
|
||||
@ -15,7 +15,7 @@ import com.base.constant.RestfullConstant;
|
||||
public class DES {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println(DES.encrypt("000000als"));
|
||||
System.out.println(DES.encrypt("a1!"));
|
||||
}
|
||||
/**
|
||||
* ¼ÓÃÜ
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user