> Shared hosting vulnerabilities have nothing to do with SQLite security.
> phpMyAdmin seems to be a popular choice for MySQL admin and I reckon
> there must be a few people who use it in shared hosting situations.
Most of the shared hosting options I've seen lately list phpMyAdmin as one
of the b
You can use Mcrypt, OpenSSL or any other crypographic provider to
encrypt
the information however for your application to be able to access the
information you would also have to store the encryption key, reducing
the
protection offered.
Any PHP MySQL connection script has the DB password in it s
ts will be able to
access your database regardless of the engine you use.
Jason
-Original Message-
From: Adam Q [mailto:[EMAIL PROTECTED]
Sent: Monday, August 16, 2004 7:34 AM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] SQLite security
I would like to use an SQLite DB for the prefs for an
I would like to use an SQLite DB for the prefs for an open source PHP
project, but I can't find any way to be sure the DB file is going to be
secure... Is it possible to encrypt a SQLite DB file?
With the current setup, if I include a .htaccess for the DB dir, this
will only work for Apache - n