F
F
frenchman1452020-02-12 14:13:57
SQLite
frenchman145, 2020-02-12 14:13:57

How to secure a database in sqlite?

There is a vk-bot that receives the data from the students (students) and remembers it in the database and then automatically goes to the university website and collects the data they need, took sqlite for the database (there was no experience with databases before), sqlite is a normal file, worried about data security or how to hide this file from prying eyes, help a newbie please

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Korotenko, 2020-02-12
@firedragon

I would suggest avoiding sqlite for the web.
There are a lot of reasons for this, ranging from speed to the possibility of damage.
In addition, you missed a part in the manual
https://www.sqlite.org/see/doc/release/www/readme.wiki
It describes how to turn a database into garbage without the corresponding key

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question