Page 1 of 1

md5 conversion of password in config.php

Posted: Fri Jan 21, 2005 12:14 pm
by TNTH
Is it possible to convert the password for the database in config.php to an md5-coded password? The pass, in my case, is the same as the pass of my server, and I can't change them seperatly :(

password encryption

Posted: Sat Jan 22, 2005 10:42 pm
by uptoeleven
Hi,

I don't believe this is built in but it would be easy enough to write a plugin to do it since PHP has native support for md5. Unfortunately I'm not your man as I am currently working on the upgrade to v0.9...

uptoeleven

Thnx

Posted: Sun Jan 23, 2005 5:18 pm
by TNTH
At least thanks for your answer. Maybe it's something then that I'll try to find out myself. Wanted to strat learning php anyway, but can't find the time.