mirror of https://github.com/alibaba/DataX.git
Update DESCipher.java
This commit is contained in:
parent
65f6e95cce
commit
73a42021c5
|
|
@ -40,7 +40,7 @@ public class DESCipher {
|
|||
*
|
||||
*/
|
||||
|
||||
public static final String KEY = "u4Gqu4Z8";
|
||||
public static final String KEY = "DESDES";
|
||||
|
||||
private final static String DES = "DES";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue