Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
fix manhuadui
Browse files Browse the repository at this point in the history
  • Loading branch information
feilongfl committed Oct 11, 2020
1 parent 20298ad commit 72c47fc
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 @@ -121,8 +121,8 @@ public Request getImagesRequest(String cid, String path) {

@Nullable
private String decrypt(String code) {
String key = "1231M8H8B8123456";
String iv = "A1B2C3D4E5F6G789";
String key = "KA58ZAQ321oobbG8";
String iv = "A1B2C3DEF1G321o8";
try {
return DecryptionUtils.aesDecrypt(code, key, iv);
} catch (Exception e) {
Expand Down

0 comments on commit 72c47fc

Please sign in to comment.