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