浏览代码

秘钥更改

qng 4 年之前
父节点
当前提交
06cc2e1e79
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      eccs-common/src/main/java/com/emato/common/utils/oms/request/DesUtils.java

+ 1 - 1
eccs-common/src/main/java/com/emato/common/utils/oms/request/DesUtils.java

@@ -7,7 +7,7 @@ import java.security.SecureRandom;
 public class DesUtils {
 
     private static final String DES = "DES";
-    private static final String KEY = "4YztMHI7PsT4rLZN2435";
+    private static final String KEY = "4YztMHI7PsT4rLZN";
 
     private static byte[] encrypt(byte[] src, byte[] key) throws Exception {
         SecureRandom sr = new SecureRandom();