AndrewFerrara Posted January 28, 2011 Share Posted January 28, 2011 Ok so heres the deal we need to figure out what type of value this is. If we know the type of the value it will be easier to decode. First example: http://www.bungie.net/stats/reach/playermodel.ashx?rpis=Wn75LC7tNRPCzuCGiHcGa86qfjGywE9l952YIGX-xFA= The value is the "Wn75LC7tNRPCzuCGiHcGa86qfjGywE9l952YIGX-xFA" Second Example http://www.bungie.net/stats/reach/playermodel.ashx?rpis=XkwTJb7m$0Rl3YjPpAPwyQ== The value is the "XkwTJb7m$0Rl3YjPpAPwyQ=" Thank you for you time. Quote Link to comment https://forums.phpfreaks.com/topic/226005-help-with-encrypted-values/ Share on other sites More sharing options...
KevinM1 Posted January 29, 2011 Share Posted January 29, 2011 Chances are, the value was generated by a hash algorithm. Hashes are one-way only encryption, meaning they can't be decrypted (it's why they're typically used for password protection). So, you're likely out of luck. Quote Link to comment https://forums.phpfreaks.com/topic/226005-help-with-encrypted-values/#findComment-1166770 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.