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
1347
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

学习是最好的投资!

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