[android-developers] In-app purchase signature verification with PHP openssl

2011-04-13 Thread Nate Totura
In an attempt to follow some of the security guidelines for in-app purchase here: http://developer.android.com/guide/market/billing/billing_best_practices.html I am trying to do signature validation on a server instead of in the app iteself. I would ideally like to use the php openssl libraries

Re: [android-developers] In-app purchase signature verification with PHP openssl

2011-04-13 Thread Nikolay Elenkov
On Wed, Apr 13, 2011 at 3:44 PM, Nate Totura ntot...@gmail.com wrote: I am trying to do signature validation on a server instead of in the app iteself. I would ideally like to use the php openssl libraries and it looks like code such as the following should work: ... My problem is that I