SQLite doesn't have any concept of users, permissions, etc., at least
not as far as I'm aware, though there is an encrypted-database option
available, I believe.

> -----Original Message-----
> From: Dong Xuezhang-A19583 [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, May 05, 2005 12:59 PM
> To: sqlite-users@sqlite.org
> Subject: [sqlite] Follow up question about security
> 
>  
> I have a follow up question about this too. In case I did 
> password protection, does it encrypt the data, what happened 
> if somebody use HEX reader to read the original database 
> file? If we encrypt the whole database, then sorting 
> (specially COLLATE sorting) will have trouble, how to deal with that?
> 
> Regards
> Xuezhang.
> 
> -----Original Message-----
> From: Leander Gillard [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, May 05, 2005 9:28 AM
> To: sqlite-users@sqlite.org
> Subject: Re: [sqlite] Error while loading shared libraries: 
> libsqlite.so.0
> 
> Sorry to ask such a newb question but shouldn't I have to use 
> a uname and pwd to acces the sqlite db, if not, how should I 
> protect it ?
> 
> Leander
> 

Reply via email to