php - Compare passwords in PHPBB3 and Mysql -


this case:

i trying compare password given in form made myself password exist in database , created phpbb.

so:

1. password of course hashed in mysql database

2. use password_hash()

what think should work:

$match = password_verify( (password_hash($userpass, password_default)), $row[3] ); 

phpbb can hash plain text , same hash stored in database so, how same functionality?


Popular posts from this blog

php - How should I create my API for mobile applications (Needs Authentication) -

5 Reasons to Blog Anonymously (and 5 Reasons Not To)

Google AdWords and AdSense - A Dynamic Small Business Marketing Duo