Update DESCipher.java

This commit is contained in:
Trafalgar 2021-07-20 17:11:18 +08:00 committed by GitHub
parent 65f6e95cce
commit 73a42021c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";