[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. > > Tech

Re: [sqlite] Password protection?

2010-03-06 Thread Simon Slavin
On 6 Mar 2010, at 3:04pm, Joe wrote: > Is there a pre-compiled SEE release available? One that matches the current > public release? As far as I know we have no need to customize SQLite, and > even if we did I am not sure we would even know how ... it isn't what we do. I think that if you paid

Re: [sqlite] Password protection?

2010-03-06 Thread Joe
quot;Simon Slavin" To: ; "General Discussion of SQLite Database" Sent: Saturday, March 06, 2010 6:09 AM Subject: Re: [sqlite] Password protection? > > On 6 Mar 2010, at 4:12am, Neville Franks wrote: > >> Saturday, March 6, 2010, 2:57:59 PM, you wrote: >> >

Re: [sqlite] Password protection?

2010-03-06 Thread Simon Slavin
On 6 Mar 2010, at 4:12am, Neville Franks wrote: > Saturday, March 6, 2010, 2:57:59 PM, you wrote: > > J> Does SQLite allow for password protecting a database? How about > J> tables, can they be individually password protected? > > No, you would need to do this in your application. A password al

Re: [sqlite] Password protection?

2010-03-05 Thread Neville Franks
Saturday, March 6, 2010, 2:57:59 PM, you wrote: J> Hello! J> Does SQLite allow for password protecting a database? How about J> tables, can they be individually password protected? No, you would need to do this in your application. A password alone would be very weak as anyone can look at an SQL

[sqlite] Password protection?

2010-03-05 Thread Joe
Hello! Does SQLite allow for password protecting a database? How about tables, can they be individually password protected? Joe Weinpert PGAS, Inc. ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sq