So i think it's been rehased many times that Apache uses a modified version of MD5... and for some reason no one has been able to reproduce that in PHP (at least that I've found) so I dig some digging through their source code and found this:
http://www.koders.com/c/fid4411028372E46E2D4BE52DBCD2CFF84921884B71.aspx
[not sure if thats the latest and great but I downloaded the latest source to have a look, id imagine this function wouldnt change from release to release as old passwords wouldnt work anymore]
that being said and shown, would it be that hard for someone to convert that "routine" into a PHP function???
I havent touched C or OOP/Class style programming since the mid-90's... never the less I'm going to try to figure some of it out
Anyone think they could tackle it?