I am looking for a way to have a password protected SQLite Database being created and accessed throughout PHP. So far I found two ways to set a password in .NET (1, 2) but not in PHP...
If there is any way to do that, in the "default" PHP (no plugins, but PHP libraries allowed), please enlighten me!
Edit: I shall also mention that I do not have the rights to install plugins, on the hosting account I have.