Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12315 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89133 invoked by uid 1010); 23 Aug 2004 20:06:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 75737 invoked from network); 23 Aug 2004 20:04:55 -0000 Received: from unknown (HELO web52807.mail.yahoo.com) (206.190.39.171) by pb1.pair.com with SMTP; 23 Aug 2004 20:04:55 -0000 Message-ID: <20040823200455.8372.qmail@web52807.mail.yahoo.com> Received: from [24.215.167.21] by web52807.mail.yahoo.com via HTTP; Mon, 23 Aug 2004 13:04:55 PDT X-RocketYMMF: catfishhacker Date: Mon, 23 Aug 2004 13:04:55 -0700 (PDT) Reply-To: shiflett@php.net To: Adam Q , internals@lists.php.net In-Reply-To: <0ADA645E-F4F3-11D8-AC67-0003939D6C78@westnet.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [PHP-DEV] SQLite security From: shiflett@php.net (Chris Shiflett) References: <0ADA645E-F4F3-11D8-AC67-0003939D6C78@westnet.com.au> --- Adam Q wrote: > The database needs a password.... otherwise it is just too much of a > security risk. Based on my observation of the conversation you've been having, I think you might be making things too complex on yourself. This database is just a file. So, think of having a file named database.txt, and then think about how you would secure the data therein. Hope that helps. Chris