[sqlite] Password Protect SQLite DB

2016-05-20 Thread R Smith
On 2016/05/20 3:34 PM, Jason H wrote: > >> Sent: Friday, May 20, 2016 at 6:44 AM >> From: "Richard Hipp" >> To: "SQLite mailing list" >> Subject: Re: [sqlite] Password Protect SQLite DB >> >> On 5/20/16, Agarwal, Rajesh wrote: >&g

[sqlite] Password Protect SQLite DB

2016-05-20 Thread Jason H
> Sent: Friday, May 20, 2016 at 6:44 AM > From: "Richard Hipp" > To: "SQLite mailing list" > Subject: Re: [sqlite] Password Protect SQLite DB > > On 5/20/16, Agarwal, Rajesh wrote: > > Not encryption, to password protect the db file. > &g

[sqlite] Password Protect SQLite DB

2016-05-20 Thread Richard Damon
ent: Friday, May 20, 2016 4:11 PM > To: SQLite mailing list > Subject: Re: [sqlite] Password Protect SQLite DB > > On 5/20/16, Agarwal, Rajesh wrote: >> Are there any extensions available >> to password protect the SQLite database? > The SQLite Encryption Extension (S

[sqlite] Password Protect SQLite DB

2016-05-20 Thread Agarwal, Rajesh
Subject: Re: [sqlite] Password Protect SQLite DB On 5/20/16, Agarwal, Rajesh wrote: > Are there any extensions available > to password protect the SQLite database? The SQLite Encryption Extension (SEE): http://www.hwaci.com/sw/sqlite/see.html -- D. Richard Hipp drh at sqli

[sqlite] Password Protect SQLite DB

2016-05-20 Thread Stephen Chrzanowski
cation. Good or bad design, not a debate I'm going to get into. On Fri, May 20, 2016 at 9:34 AM, Jason H wrote: > > > > Sent: Friday, May 20, 2016 at 6:44 AM > > From: "Richard Hipp" > > To: "SQLite mailing list" > > Subject: Re: [sq

[sqlite] Password Protect SQLite DB

2016-05-20 Thread Richard Hipp
On 5/20/16, Agarwal, Rajesh wrote: > Not encryption, to password protect the db file. How is it possible to "password protect" a file without encrypting it? -- D. Richard Hipp drh at sqlite.org

[sqlite] Password Protect SQLite DB

2016-05-20 Thread Richard Hipp
On 5/20/16, Agarwal, Rajesh wrote: > Are there any extensions available > to password protect the SQLite database? The SQLite Encryption Extension (SEE): http://www.hwaci.com/sw/sqlite/see.html -- D. Richard Hipp drh at sqlite.org

[sqlite] Password Protect SQLite DB

2016-05-20 Thread Agarwal, Rajesh
Hi, Is there a way to password protect the SQLite database files? I compiled the following extension with DSQLITE_USER_AUTHENTICATION option. It worked with the compiled version of SQLite but when I accessed the same password protected file through JDBC or another SQLite console app (without D