RE: [PHP-DB] SQLite security

2004-08-21 Thread Ed Lazor
> 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

Re: [PHP-DB] SQLite security

2004-08-20 Thread Adam Q
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

RE: [PHP-DB] SQLite security

2004-08-16 Thread Jason Sheets
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

[PHP-DB] SQLite security

2004-08-16 Thread Adam Q
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