V
V
Vlad_Lop122021-04-25 14:18:46
Python
Vlad_Lop12, 2021-04-25 14:18:46

How to protect the database from users?

Hello!
I recently developed my python application using a postersql database to store personal login information.
I compiled it into an .exe file and everything seems to be good.
The problem is that if an advanced user decompiles and digs into the code, he will get a connection to the database and be able to pull the entire database.
How can this outcome be avoided?
thanks for the advice

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
soremix, 2021-04-25
@Vlad_Lop12

Write a simple API, requests to which will be sent by the client application, and, accordingly, process all requests on a secure server, and make sql queries from it, but by no means store the data for database authentication directly in the code ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question