Hey here is string %C9%01%AE%91%C3%15%8FI5%40%2B%98%C6gf%09%EE%27%2C%EA%F8+n%02%13%11%B4%02%82%EB%F7%C5lq%01%10%2Ce%7D%B4%A0%0A%A5%ACx%8B%A3%12 does any one know in what method this encrypted , and a method to decrypt this in PHP ?
I get a string of nonsense. This is the site I usually use: http://www.albionresearch.com/misc/urlencode.php
It appears to be an url encoded, encrypted string. There are a number of other possibilities that it could be as well. Without seeing how the string is being used, it's hard to say what the correct method of decoding is.
It's probably encrypted and they decrypt it on their end. Based on the visible characters after the url is decoded, it looks like a well encrypted string. Most likely there's not going to be any way to break it.
And a quick google doesn't show anyone trying to break this encoding so you may be SOL. Sorry. What do you do with that *.xml file? Plug it into winamp or another program?
First, you should know how and for what purposes it was encrypted. there are several ways to encode/decode in php, url_encode, bas64_encode, etc.