I want to save an unique String as variable in encrypted form and pass the variable as parameter to my PHP server in each request so that I can be sure that the request is coming from my android application not from other browsers..
I don't want others know my String even If my apk is extracted or became victim of reverse engineering. Is there any way to store a variable Like that way in encrypted form.
It would be helpful if you mention a process to Decrypt same variable with PHP.. Thanks in advance..