Re: [sqlite] No password to protect the sqlite database file

2005-04-02 Thread Cory Nelson
Sqlite is file-based, so you should be able to use filesystem-based encryption and authentication. On Apr 2, 2005 5:32 PM, liigo <[EMAIL PROTECTED]> wrote: > > 在 Sat, 02 Apr 2005 23:47:43 +0800,Pix <[EMAIL PROTECTED]> 写 > 道: > > > liigo wrote: > > > >> 在 Sat, 02 Apr 2005 22:00:42 +0800,Paolo

Re: [sqlite] No password to protect the sqlite database file

2005-04-02 Thread Clay Dowling
liigo wrote: Thanks, but why not sqlite add a password to the database file? As has been mentioned previously, if you send Dr. Hipp money you can get a version that is protected by a password. It seems like an equitable trade, with everybody happy in the end. Since that has been mentioned

Re: [sqlite] No password to protect the sqlite database file

2005-04-02 Thread bbum
On Apr 2, 2005, at 5:32 PM, liigo wrote: Thanks, but why not sqlite add a password to the database file? There isn't much value in adding a password required to access the file. The user could still easily see all of the data stored within the SQLite file. SQLite is an embedded database file.

[sqlite] No password to protect the sqlite database file

2005-04-02 Thread liigo
在 Sat, 02 Apr 2005 23:47:43 +0800,Pix <[EMAIL PROTECTED]> 写 道: liigo wrote: 在 Sat, 02 Apr 2005 22:00:42 +0800,Paolo Vernazza <[EMAIL PROTECTED]> 写道: liigo wrote: About security, if i use sqlite in application, does everyone can view my database file, and get the datas in db file? yes No

Re: [sqlite] About security, if i use sqlite in application, does everyone can view my database file?

2005-04-02 Thread Andrea Giammarchi
Maybe you should convert in base64 your file than apply some crypting and decrypt and riencode on the fly while launching your application ... is it possible ? liigo wrote: No ways to avoid it? I don't want people to get my Datas in my Database file.

Re: [sqlite] About security, if i use sqlite in application, does everyone can view my database file?

2005-04-02 Thread liigo
在 Sat, 02 Apr 2005 22:00:42 +0800,Paolo Vernazza <[EMAIL PROTECTED]> 写道: liigo wrote: About security, if i use sqlite in application, does everyone can view my database file, and get the datas in db file? yes No ways to avoid it? I don't want people to get my Datas in my Database file.

Re: [sqlite] About security, if i use sqlite in application, does everyone can view my database file?

2005-04-02 Thread Paolo Vernazza
liigo wrote: About security, if i use sqlite in application, does everyone can view my database file, and get the datas in db file? yes

[sqlite] About security, if i use sqlite in application, does everyone can view my database file?

2005-04-02 Thread liigo
About security, if i use sqlite in application, does everyone can view my database file, and get the datas in db file?

Re: [sqlite] most stable/supported C++ wrapper library?

2005-04-02 Thread Tero Laitinen
> LiteSQL seems like the strongest contender. > http://litesql.sourceforge.net/ I released the library two weeks ago so it may not be the stablest of wrapper libraries. Also, the API may change a little in next versions. However, as I am actively working with the library bug reports are handled