Welcome Guest, Not a member yet? Register   Sign In
Encrypt password in database.php
#1

[eluser]bgougent[/eluser]
I assume that everybody know the database section under the config.
Code:
$db['default']['hostname'] = "localhost";
$db['default']['username'] = "";
$db['default']['password'] = "";
$db['default']['database'] = "";
$db['default']['dbdriver'] = "mysql";
$db['default']['dbprefix'] = "";
$db['default']['pconnect'] = TRUE;
$db['default']['db_debug'] = TRUE;
$db['default']['cache_on'] = FALSE;
$db['default']['cachedir'] = "";
$db['default']['char_set'] = "utf8";
$db['default']['dbcollat'] = "utf8_general_ci";
I would like to make a portable website as some kind of demo. Is there a way to encrypt my password in this section?


Messages In This Thread
Encrypt password in database.php - by El Forum - 08-01-2010, 08:19 AM
Encrypt password in database.php - by El Forum - 08-01-2010, 08:50 AM
Encrypt password in database.php - by El Forum - 08-01-2010, 08:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB