Skip to content

Commit

Permalink
fix manhuadui
Browse files Browse the repository at this point in the history
感谢开源社区的大佬zzy94269664
  • Loading branch information
Haleydu committed Jul 25, 2020
1 parent a0eb68f commit 3292d50
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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 @@ -128,8 +128,9 @@ public Request getImagesRequest(String cid, String path) {

@Nullable
private String decrypt(String code) {
String key = "1231994MHB123456";
String iv = "ABCDEF1G34123412";
//感谢破解秘钥的大佬zzy94269664
String key = "1231M8H8B8123456";
String iv = "A1B2C3D4E5F6G789";
try {
return DecryptionUtils.aesDecrypt(code, key, iv);
} catch (Exception e) {
Expand Down

0 comments on commit 3292d50

Please sign in to comment.