This topic is locked

Create phprunner password same as wordpress.

7/21/2020 4:00:59 AM
PHPRunner General questions
M
mlapl1 author

Hello,
I need to create a phprunner password that will be encoded in the same way as wordpress passwords and that will be correctly decrypted by WP. Apparently "Wordpress uses the "special" MD5 algorithm". Can anyone tell me how to create in phprunner a password using the "special" MD5 algorithm?
Thank you very much for your help

Andrew

HJB 7/21/2020

http://www.passwordtool.hu/wordpress-password-hash-generator-v3-v4
... for inspiration purposes only ..., I'm understanding from the above

that one is able to "renew" the PW under Wordpress within the MySQL user

table ..., to then allow interaction with e.g. PHPR MD5 hash.
P.S. Not the way you want to see in place, but a viceversa one.

M
mlapl1 author 7/21/2020



http://www.passwordtool.hu/wordpress-password-hash-generator-v3-v4
... for inspiration purposes only ..., I'm understanding from the above

that one is able to "renew" the PW under Wordpress within the MySQL user

table ..., to then allow interaction with e.g. PHPR MD5 hash.
P.S. Not the way you want to see in place, but a viceversa one.


Thank you, but it is vice-versa as you say. I don't want to mess about with wordpress in any way if I can avoid it - but it is a good idea. I will think about it.
Andrew

M
mlapl1 author 7/21/2020

I suppose that I am asking for is a way of modifying the way phprunner generates its password. Is there a way that this can be done, maybe with events (although this is only a guess. I confess that I have not really thought of how to do it - and clearly I do not want to hack phprunner itself).

HJB 7/21/2020

https://xlinesoft.com/phprunner/docs/secapi_password_hashing.htm
... above on "events" based hashing ..., with focus on BCRYPT while

for WORDPRESS a BCRYPT plugin is available on the web ...
P.S. https://wordpress.org/plugins/external-login/ - Another WP PLUGIN which seems to bear the wished solution ...