Zonakusu wrote:
> [...]
> So now (finally) my question, is it possible for someone to convert or
> extract an APK file back to source so he can see the password we
> hardcoded in the application.

I'm afraid so. There are several tools to get info out of an APK file - 
not the original source, but if all you need is a password it isn't 
quite as hard as you might want it to be. Using the NDK might offer you 
a bit more, but it is still possible.

I'd suggest using asymmetric keys if the data is important for you. Here 
is a start: http://en.wikipedia.org/wiki/Public-key_cryptography

                        Best / Jonas

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to