Re: [sqlite] SQLite file security

2008-11-20 Thread Kees Nuyt
On Thu, 20 Nov 2008 12:47:26 +0530, <[EMAIL PROTECTED]> wrote in General Discussion of SQLite Database : >I think the question by the original poster was about data security and >not file security. He probably does not mind if the file is copied, but >the data should be

Re: [sqlite] SQLite file security

2008-11-20 Thread Timothy A. Sawyer
6-7132 Web: http://www.mybowlingdiary.com Email: [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, November 20, 2008 2:17 AM To: sqlite-users@sqlite.org Subject: Re: [sqlite] SQLite file security I think th

Re: [sqlite] SQLite file security

2008-11-19 Thread Shibu.Narayanan
Of Kees Nuyt Sent: Thursday, November 20, 2008 2:17 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] SQLite file security On Wed, 19 Nov 2008 12:31:22 +0530, "Satish" <[EMAIL PROTECTED]> wrote in General Discussion of SQLite Database <sqlite-users@sqlite.org>

Re: [sqlite] SQLite file security

2008-11-19 Thread Kees Nuyt
On Wed, 19 Nov 2008 12:31:22 +0530, "Satish" <[EMAIL PROTECTED]> wrote in General Discussion of SQLite Database : >Hi! > > > >I am basically a windows application developer. I am developing an >application for desktop which uses a database. I choose SQLite as my

Re: [sqlite] SQLite file security

2008-11-19 Thread MikeW
Satish <[EMAIL PROTECTED]> writes: > > Hi! > > I am basically a windows application developer. I am developing an > application for desktop which uses a database. I choose SQLite as my > database and my issue is if any one finds my application is using SQLite > database they can corrupt my

Re: [sqlite] SQLite file security

2008-11-19 Thread Marcus Grimm
Hi, beside the other replys: If you design a new database application: You may simply change the sqlite fileformat header and recompile your sqlite library. Look into the code, it is mentioned there how to do this. This will avoid that other standard sqlite application will be able to read

Re: [sqlite] SQLite file security

2008-11-19 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Satish wrote: > Plz provide me best solution to provide security to my database without any > Data loss. You would have to store the database on another machine over the network that you control. The application would have to send you a request for

Re: [sqlite] SQLite file security

2008-11-19 Thread Michael Knigge
> Now my question is how I can provide security to my database for > example no one can access my database except my application .how can I > provide security o encrypt data by yourself o buy the properitary encryption add-on from hwaci.com o code your appl with .NET and use the

[sqlite] SQLite file security

2008-11-18 Thread Satish
Hi! I am basically a windows application developer. I am developing an application for desktop which uses a database. I choose SQLite as my database and my issue is if any one finds my application is using SQLite database they can corrupt my database or they can see the contents of my