success Pwd

This commit is contained in:
daZongZi
2025-07-31 16:29:40 +08:00
parent b2ce16cc77
commit 262c453064
3 changed files with 3 additions and 3 deletions

View File

@@ -128,7 +128,7 @@ public class CrmebUtil {
// 加密结果5JNGj04iE/XUuTZM75zMrA==
// 解密结果中国123ABCabc
System.out.println(encryptPassword("crmeb@123456", "18292417675"));
System.out.println(encryptPassword("crmeb_123456", "18292417675"));
// 执行结果f6mcpGQ8NEmwbab2TlkpUg==
// 与 SQL 中的数据一致
}