Plugin Author
axew3
(@axewww)
p.s it has not be mentioned but, it is obvious that if an old users with password changed in WP profile (by user or admin) or created/registered in WP, BEFORE 1.6.3, may have to reset his password, to have it updated working on both phpBB and WP.
If the password was not containing certain chars, by the way it will result compatible without any password update.
This point, about different algorithm hashes that return hash compatible and recognized, if password aren’t containing certain chars, is still really obscure to me. I should take a really hard deep look into … but before to become crazy, i will ask for curiosity elsewhere, and also here.
Anybody know, why if we hash a password using phpass, and the same with bcrypt:
if password is like: aaxxee1234)(
recognized on both with their respective check() method.
if password is like: aaxxee£$^&”‘1234)(
is not recognized.
But i guess someone will explain me why in the first case is recognized, and in the second no!
-
This reply was modified 9 years, 3 months ago by
axew3.
-
This reply was modified 9 years, 3 months ago by
axew3.
-
This reply was modified 9 years, 3 months ago by
axew3.
-
This reply was modified 9 years, 3 months ago by
axew3.
Plugin Author
axew3
(@axewww)
the file
/wp-content/plugins/wp-w3all-phpbb-integration/addons/bcrypt/bcrypt.php
has been just updated, to get a valid random seed where
openssl_random_pseudo_bytes()
is not available.
Plugin Author
axew3
(@axewww)
p.s about password recognized on one or other: it was depending due to wrong values passed: they need to be properly treated before.