SQLite Forum

Precompiled sqlite3.dll with sqlite3_user_authenticate
Login
I think, with "password protected" you mean encrypted database files. There are several projects dealing with this, e.g. https://github.com/utelle/SQLite3MultipleCiphers or https://github.com/sqlcipher/sqlcipher

The first one also has precompiled binaries. The second one has to be compiled yourself.