Dear friends, is it possible to use encrypted passwords in php files, for connecting to a database? We do not like too much the idea of the password being in clear text. Example $link = mysql_connect('localhost', 'mysql_user', 'mysql_password'); 'mysql_password' should be encrypted Thanks in advance -- symbulos partners -.- symbulos - ethical services for your organisation http://www.symbulos.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php