Re: [Tutor] Encrypting shipped sqlite db in app directory

2019-03-30 Thread Peter Otten
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

Re: [Tutor] Encrypting shipped sqlite db in app directory

2019-03-30 Thread Alan Gauld via Tutor
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

Re: [Tutor] Encrypting shipped sqlite db in app directory

2019-03-30 Thread Alan Gauld via Tutor
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

[Tutor] Encrypting shipped sqlite db in app directory

2019-03-29 Thread Ali M
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? ___ Tutor maillist - Tutor@python.or