Ali M wrote:
> I want to encrypt my sqlite databases which are shipped with the app in
> it's directory, so that the user can't modify or use it elsewhere, and
> they will only be accessible for the app to read from, how can i do that?
Assuming you had an encrypted database, where would you put t
On 30/03/2019 07:22, Alan Gauld via Tutor wrote:
> On 29/03/2019 18:01, Ali M wrote:
>> I want to encrypt my sqlite databases which are shipped with the app in
>> it's directory, so that the user can't modify or use it elsewhere, and they
>> will only be accessible for the app to read from, how can
On 29/03/2019 18:01, Ali M wrote:
> I want to encrypt my sqlite databases which are shipped with the app in
> it's directory, so that the user can't modify or use it elsewhere, and they
> will only be accessible for the app to read from, how can i do that?
It all depends on how rigorous you want t