Merge branch 'develop' of git@git2.tenwa.com.cn:ApzlDev/apzl_leasing.git into develop

This commit is contained in:
liujiaji 2018-08-09 15:03:21 +08:00
commit c60e94b02a
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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!"));
}
/**
* ¼ÓÃÜ