We are developing a dictionary application for Android. We have bought authorized dictionary contents from authoritative presses and would have them bundled in the app. Protection of the contents after shipment of the app is a must. For performance efficiency and ease of development, we would want to store the dictionary contents as SQLite database tables.
We plan to pre-install the dictionary app together with the dictionary contents for tablets - we have a customer who is an android tablet vendor, and continue to provide customer with upcoming dictionary titles via Android Market or some other on-line purchase mechanism.
My question is:
- For the case where the app and the contents is pre-installed on the Android tablets, what encryption mechanism is safe enough to protect the contents from being hacked.
- For the case where the newly added titles for on-line purchase, is there a good example for us to follow?