http://qs321.pair.com?node_id=11100740


in reply to How to secure SQLite3 in Windows IIS CGI

SQLite has a cheap, for-fee extension called SQLite Encryption Extension. My group's used it extensively, where you'll just need to recompile your drivers. It encrypts the entire database, and connecting via the PRAGMA approach is straight forward (Search for Using the "key" PRAGMA in the docs). No edits to DBI/DBD::SQLite necessary.

#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.