💡 加解密补充说明

This commit is contained in:
徐晓伟
2023-03-29 10:16:14 +08:00
parent e36deee626
commit a25c771991

View File

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