Trying to check a wordpress password hash using phpass Trying to check a wordpress password hash using phpass wordpress wordpress

Trying to check a wordpress password hash using phpass


Turns out I was using a Github project that didnt match the initial criteria used to generate the hashes. I discovered: https://github.com/Wolf480pl/PHPass which worked perfectly


Wordpress uses 8 hash iterations, the git hub cod you've linked uses 15 iterations, maybe you can't just try to reduce the number of hash iterations defined in the constant HASH_ITERATIONS.