I am working on an application that will run on local machine, not any web server, which means user can copy paste the database file directly.
I have gone through a lot of articles and found no solution regarding:
- Password protecting a SQLite database using php
- Accessing a password protected Sqlite database using PHP
Every article speaks up about encrypting the database using plugins or dlls. Can any one please tell me how to "Password Protect" and "access" Sqlite database using PHP?