Re: [sqlite] How to secure standalone SQLite db (Ken)

2009-04-20 Thread Eugene Wee
On Tue, Apr 21, 2009 at 1:43 PM, Ravi Thapliyal wrote: > Thanks Ken for replying, but I will appreciate if you brief me the process > of encryption. Check out the SQLite Encryption Extension http://www.hwaci.com/sw/sqlite/see.html Regards, Eugene Wee

Re: [sqlite] How to secure standalone SQLite db (Ken)

2009-04-20 Thread Ravi Thapliyal
Thanks Ken for replying, but I will appreciate if you brief me the process of encryption. Regards Ravi Message: 11 Date: Mon, 20 Apr 2009 01:26:23 -0700 (PDT) From: Ken <kennethinbox-sql...@yahoo.com> Subject: Re: [sqlite] How to secure standalone SQLite db To: General Discussion of

Re: [sqlite] How to secure standalone SQLite db

2009-04-20 Thread Ken
also ACL's might help --- On Mon, 4/20/09, Ravi Thapliyal <thapliyal.r...@gmail.com> wrote: > From: Ravi Thapliyal <thapliyal.r...@gmail.com> > Subject: [sqlite] How to secure standalone SQLite db > To: sqlite-users@sqlite.org > Date: Monday, April 20, 2009, 2:

Re: [sqlite] How to secure standalone SQLite db

2009-04-20 Thread Ken
encryption --- On Mon, 4/20/09, Ravi Thapliyal <thapliyal.r...@gmail.com> wrote: > From: Ravi Thapliyal <thapliyal.r...@gmail.com> > Subject: [sqlite] How to secure standalone SQLite db > To: sqlite-users@sqlite.org > Date: Monday, April 20, 2009, 2:36 AM >

[sqlite] How to secure standalone SQLite db

2009-04-20 Thread Ravi Thapliyal
I have a windows standalone application with SQLite as a database, so what is the procedure to secure this SQLite database, so that the application users cannot access the database directly, it should only be accessed by application. Thanks ___