search

Home  >  Q&A  >  body text

python - Fiddler+Android emulator captures the app, the json data is encrypted, how to parse it?

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.

PHPzPHPz2797 days ago1420

reply all(2)I'll reply

  • 某草草

    某草草2017-05-16 13:33:23

    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.

    reply
    0
  • 怪我咯

    怪我咯2017-05-16 13:33:23

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

    reply
    0
  • Cancelreply