亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

python - Fiddler+Android emulator captures the app, the json data is encrypted, how to parse it?
PHPz
PHPz 2017-05-16 13:31:23
0
2
1653
question:

When trying to crawl the Shanxi Window APP, I found that the JSON data is not a direct JSON structure. It seems to be encrypted. Is there a way to parse the original content?

ask

response

After checking some information, it seems that some companies will encrypt the data transmitted at both ends of the APP. How should I judge which encryption method is used? And is there a way to decrypt the data? Thank you so much.

PHPz
PHPz

學(xué)習(xí)是最好的投資!

reply all(2)
某草草

You need to know the encryption method to decrypt, and brute force cracking is a bit difficult.

To know the encryption method, you can decompile the APP and check the encryption method in the code.

劉奇

This on the screenshot looks like it should be base64 encoded.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template