Hello
I have a word document that contain 20000 words and i want to add it to sqlite database
This database is security and user haven't to get it with extract apk
How keep it out of rich of user?
Create a field in which you encode db field content. Repeat for each field on record. Then use the result in insert sql. Access time doesn't change. You can use whatever encryption scheme you can find on this site.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.