From 3c3ed7a0efedbf73c33f60afc9bd5a0d18e4c1e0 Mon Sep 17 00:00:00 2001 From: wtt Date: Mon, 30 Nov 2020 17:31:48 +0800 Subject: [PATCH] undate --- .../src/main/java/com/lyms/platform/common/utils/LymsEncodeUtil.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform-common/src/main/java/com/lyms/platform/common/utils/LymsEncodeUtil.java b/platform-common/src/main/java/com/lyms/platform/common/utils/LymsEncodeUtil.java index e264975..b27214d 100644 --- a/platform-common/src/main/java/com/lyms/platform/common/utils/LymsEncodeUtil.java +++ b/platform-common/src/main/java/com/lyms/platform/common/utils/LymsEncodeUtil.java @@ -27,12 +27,12 @@ public class LymsEncodeUtil { //String encrypt = aesEncrypt("com.lyms.platform.pojo.PatientWeight", key); System.out.println("加密后:" + encrypt); // String json = aesDecrypt("26EB0301C4A2410E90985A3E55856E4B3C4D479C08144B1C305459866E333E5EA9DBC5ADCC909D6B56A15E9ACD7D84BB", key); - String json = aesDecrypt("B9B53173ADF73A82548800F08358F4C3", key); + String json = aesDecrypt("2B9AA35B558087F6C02F46DA9A0C21B5", key); System.out.println("解密后:" + json); // String key1 = "Lymsh@2020"; - String d = aesEncrypt("2020-11-30",key); + String d = aesEncrypt("2020-12-30",key); System.out.println("加密:" + d); } -- 1.8.3.1