Implementing a service that posts a user's ID and an MDG-hashed password to my server for verification.
We store hashes passwords that are generated using the password_hash() function in PHP >5.5.
Is there any way to verify the MD5 hash and our hash point to the same password?
Normally, a password would be submitted to us via a login form and we would verify with password_verify() but without the password in plain text I'm at a bit of a loss.
WHERE pw='verified'- Funk Forty Ninerpassword_hash()method. You can further your research by Googling "convert md5 to password_hash php" - Funk Forty Ninerpassword_hash(). Your question was a bit unclear. Details as such are important. - Funk Forty Niner