Need Help

Need to Decrypt it

p=sdk&content=H4sIAAAAAAAAAIVTTWvcMBD9K4sOSwuumdG395bDlhS6yTYmhVCKkSV5s2S9XizXJA397x1tk9LSQy9CejPz5uvpmcU5Hie2+vLMUtyx1TMb/RAiWzFgBRv7RBhjPwo27XtCUUkOICshhdUFe4hPZN7FqZ5GN8XdE8U478mvYPFxynQpprQfjmeWH18Ldh9diGO2ZOwm7vZpimP9RGdP0f6eUD/0pTuGcdiHcnzxSGePjlwm4rUFm3M8L6FEgyiA53rbgbB0Mkagjy7TTblm1FwIg9ZqXrDhlGuheCqTw2twwdJ85hOlSjlJYisCfSa8rQlI5M6khUdrbbbv6fkHs7I5/+R25/Kb47fDYRn7xgAgzUtJKyydSlhA5BVUXqCTAMs5NoZ6AI7lFkvMZluuFdVVb8rL9aap7zbby+uru+YFbK7X5dX1+v1tvV6m2HwSyMUFhUO9AQESpZVLf2o8Fyqnds4H7kAu0z40wDuLVqtOt61FoUJrPDgZjGidxuiX49A32kq7HF3fVFxSS0fa+jtaJ41+xeqn/nQ/HPOa0/E8oJP7774GGiV7MbPfuvj4YZsnCLLEipeIUHLQWT4HgqsQo8cQwVsMVomgdQeuQ+dl1QluyC9vMb2qZvrOViRHuq+AtNpzMoYgTAs8RgNBotEQLDUPzrbKe9/lXA9Z5qqrDLaK8lW6tV6r1qjAY2e5NkJgbiArg7ZE1z7r4WZwY/PZZBm0499TOeRxxGO+zf/K8/BLVD2SqaX1oyWdgnLeWIW+1VIHwLbSvDuX53OPFzeb2Sy24+DpIw3jYozzQi3ezObwlj7UTw+eDWPAAwAA

@Sameull @zero @khan

1 Like

Can you give a context aka where did you get that?

2 Likes

I found this request when my phone (Symphony i110) is booting up.

1 Like

This might be helpful :thinking:

Look at what I found!

So just base64 decode it and run gunzip!

and if you have python installed you can prettyprint it!

Run this in shell
cat string.txt | base64 -d | gunzip -d | python -m json.tool

in string.txt the encoded message is written.

1 Like

Thanks a lot bro… @santner you are awesome :sunglasses:

1 Like

Glad to help :smile: