• Resolved Julian45123

    (@julian45123)


    Hello,
    The passwords I want to use for external WordPress login are hashed in a very specific way. You can see how are hashed here. In that page you can see generating passwords and comparing password with hash and see if they match or not. The script on that page is in Javascript, can you help me with making it work on WordPress? I have no clue on how to write in PHP from the original Javascript code.
    Thanks in advance.

    • This topic was modified 4 years, 7 months ago by Julian45123.
Viewing 1 replies (of 1 total)
  • Plugin Author tbenyon

    (@tbenyon)

    Hey @julian45123,

    This is very possible with the plugin, but as you mention, with the unique implementation of password hashing you’ll need to the the exlog_hook_filter_authenticate_hash hook to write your own check.

    I can’t do the development work for you to translate the JS code into PHP but I’m sure there are plenty of developers out there who would do this paid work for you if you don’t have time to research and implement it yourself.

    If you need any help with the plugin however, please don’t hesitate to get back in contact.

    Kind regards,

    Tom ??

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Hashing Help’ is closed to new replies.