This topic is locked

Security question

4/13/2005 7:59:44 AM
PHPRunner General questions
J
johnww author

I notice that the file login.php contains the following data un-encrytped:
mysql: password
login page: password
Wouldn't it be safer to encrypt this data and store only the encrypted data. Other php software such as postnuke does this.
What changes can be made to .htaccess to gurantee than no one ever reads login.php as normal text?

admin 4/14/2005

Hi,
on php-enabled web server nobody will be able to read login.php file content.