Unable to open file, encrypted?

Arcavia

New User
4
12/03/16
0
Thread Author
I am trying to open an image file which is located inside an android game, it is the game SAO Memory Defrag. Whenever I try to open the image file to see new content, I am unable to do so as it isn't recognized as a .png or image file format. I have come to the conclusion that it is encrypted. How would I go about decrypting, or opening this file to view it's contents? I will link the file here for reference.

Link is Broken
 
Shouldn't be too hard, follow the instructions i have here to set a proxy. In this case you will have to extract the ssl certs from the apk and install as a cert inside charles proxy. Follow other directions posted to see what the server sends, or if your browser sends any images in a request header ( for decryption). Any interaction between your browser and the games server side will be in plaintext (or plain image in this case) and able to be saved. I'll try it out later if I'm bored
 
I got that file from the data folder in File Manager. Will it still work even if it isn't received from the internet?
 
it can if not password protected, otherwise you may have to OpenSSL it, also you can definitely get the site to broadcast on charles even without the cert, it just will be encrypted but you may be able to visit the site with a regular browser once you know the link with an Android user agent and get the cert that way as well, more than one way to skin a cat lol
 
Back
Top Bottom