SQLite and password

Is it possible to protect a SQLite db with password?

Can I create a SQLite db on a PC?

You can work with sqlite db’s with this program
http://sqlitebrowser.sourceforge.net/

as for password protecting, not too sure on that one. Can someone else chime in?

If SQLite supports password then we can look into adding this feature.

See SQLite here please http://www.sqlite.org/

found a function called “sqlite3_key” but it doesn’t sems to be in the standard lib of SQLite.org