Hash type inegration
lootn9 opened this issue ยท 1 comments
Hello! I'm making AuthMeReloaded inegration with my site, that uses 'wordpress' hash type (But this is not wordpress site).
So, I found this types of integrations: https://github.com/AuthMe/AuthMeReloaded/tree/master/samples/website_integration
And now I'm trying to make it work with my site, but the problem is there are examples only for Bcrypt, Pbkdf2 and Sha256, but Wordpress uses custom PHPass, so I can't understand how it works.
I thought if you had successfully integrated it in you code, you understand how this hash algorythm work. Please, help me to code "function isValidPassword" for Wordpress. Thanks.