java me - Where to store API KEY in j2me? -


in project, calling webservice http request. api key there in http parameter. in j2me devices before connecting internet showing url , asking permission user.here user can see api key.

and don't want store api key in application also.because using decompiler can api key applciation.

so question store api key , how use calling web services?

if api key required use webservice, must store somewhere in app...by way, can store in kind of encrypted way, simple decompile not reveal it.

if user should enter api key, can store in standard rms store outside of app, again maybe encrypted.

an url issue, use http post request instead of http get, , send key in post data.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -