I am building an app that will download encrypted image files, store them in the Android file system, and then open and decrypt them when disconnected from the Internet later.
So, I have these questions:
1. What if any mechanisms are available in Basic4Android for encryption/decryption?
2. I am not sure if you can decompile Android apps. If you can, how can I prevent my encryption method and key from being reverse engineered?
So, I have these questions:
1. What if any mechanisms are available in Basic4Android for encryption/decryption?
2. I am not sure if you can decompile Android apps. If you can, how can I prevent my encryption method and key from being reverse engineered?