Closed Ay1tsMe closed 1 month ago
Is this about security through the hosting service? We dont have local database files anymore.
app.db
needs to encrypted. Otherwise anyone who has access to app.db
can query the data (Main concern is a black hat having access to all records of students). Both on the server and locally when we initialising app.db
, the code should encrypt the database.
Local database files need to be encrypted for security reasons. They should not be accessible by a user unless they have encryption keys.
From a bit of research, best practice is to: