Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to secure webservice url in android apk file

I have built one android app, in which it gets data from web service from the url I have mentioned say, "http://www.google.com/getData"

If anyone decrypts my apk file, the webservice url will become visible and there is a chance of misusing it or can use my data or even customize it. I am using android built in HTTP POST for calling web service and getting data.

I want my webservice url to be protected from snoopers, hackers etc. Please suggest what mechanism I can use for securing my web service url. Its a burning issue to me. I am beginner to android. Please help!

Any suggestion or help is appreciated! Thanks!!

like image 481
Mahe Avatar asked Oct 22 '22 05:10

Mahe


1 Answers

Try this links i hope these links help

[1]: https://security.stackexchange.com/questions/31024/encrypt-data-within-mobile-app-and-send-to-web-service

[2]: https://security.stackexchange.com/questions/30850/web-services-how-prevent-illegal-accesses

like image 196
KOTIOS Avatar answered Oct 29 '22 03:10

KOTIOS