How to protect a sqlite3 database made with python of "outside" editing -


first of sorry bad english, not native lenguage.

so have python (2.7) program read, delete, , insert data sqlite3 database. (the program done , works fine).

my new problem don't want database can edited with, example, "sqlite data browser". want database can edited (delete , insert) through python program. ¿is possible?

working on linux (raspbian). python 2.7. code large , don't think necesary either.

thanks in advance !

your english fine.

suppose possible. mean program able authenticate database. means gets credentials somewhere or stores them somewhere..

your code lives on raspberry pi. if can touch raspberry pi, can pull sd card , access database , code.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -