Skip to content

Commit

Permalink
fix manhuadui
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleydu committed Jul 29, 2020
1 parent 150a167 commit 8102191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/hiroshi/cimoc/source/MH50.java
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ public Request getImagesRequest(String cid, String path) {
@Nullable
private String decrypt(String code) {
//感谢破解秘钥的大佬zzy94269664
String key = "1231M8H8B8123456";
String iv = "A1B2C3D4E5F6G789";
String key = "1739ZAQ12345bbG1";
String iv = "ABCDEF1G341234bb";
try {
return DecryptionUtils.aesDecrypt(code, key, iv);
} catch (Exception e) {
Expand Down

0 comments on commit 8102191

Please sign in to comment.