Get yourself a copy of the wordpress version and search around for the function which encrypts the pw.
http://core.trac.wordpress.org/changeset/6350
Src.:
http://kaoticcreations.blogspot.de/2011/...guide.html
md5(phpbb3):$H$9123456785DAERgALpsri.D9z3ht120
md5(wordpress):$P$B123456780BhGFYSlUqGyE6ErKErL01
The reason why it is slow is because they want it to be slow.
Like md5crypt(). 1000 Iterations. Changing average duration from minutes to days compared to normal md5.
http://core.trac.wordpress.org/changeset/6350
Src.:
http://kaoticcreations.blogspot.de/2011/...guide.html
md5(phpbb3):$H$9123456785DAERgALpsri.D9z3ht120
md5(wordpress):$P$B123456780BhGFYSlUqGyE6ErKErL01
The reason why it is slow is because they want it to be slow.
Like md5crypt(). 1000 Iterations. Changing average duration from minutes to days compared to normal md5.