[sqlite] Password protection to sqlite3 db file

2015-09-02 Thread techi eth
Hi, Is it possible to protect sqlite3 db file with password protection in Linux. Techi

[sqlite] Password protection to sqlite3 db file

2015-09-02 Thread Darko Volaric
Yes. There are free and paid options for this. For instance: https://www.sqlite.org/see/doc/trunk/www/index.wiki https://www.zetetic.net/sqlcipher/ On Wed, Sep 2, 2015 at 9:36 AM, techi eth wrote: > Hi, > > Is it possible to protect sqlite3 db file with password protection in > Linux. > >