Skip to content

Commit

Permalink
fix MH50 key
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleydu committed Aug 22, 2020
1 parent bb05197 commit c4b642d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/src/main/java/com/hiroshi/cimoc/source/MH50.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,8 @@ public Request getImagesRequest(String cid, String path) {

@Nullable
private String decrypt(String code) {
//感谢破解秘钥的大佬zzy94269664
String key = "1739ZAQ54321bbG1";
String iv = "ABCDEF1G344321bb";
String key = "KA58ZAQ54321bbG1";
String iv = "A1B2C3DEF1G321bb";
try {
return DecryptionUtils.aesDecrypt(code, key, iv);
} catch (Exception e) {
Expand Down

0 comments on commit c4b642d

Please sign in to comment.