Title: Custom Hashing Help
Last modified: July 16, 2020

---

# Custom Hashing Help

 *  Resolved [Julian45123](https://wordpress.org/support/users/julian45123/)
 * (@julian45123)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/custom-hashing-help/)
 * 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](https://solero.me/passwords/).
   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 5 years, 11 months ago by [Julian45123](https://wordpress.org/support/users/julian45123/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [tbenyon](https://wordpress.org/support/users/tbenyon/)
 * (@tbenyon)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/custom-hashing-help/#post-13141133)
 * Hey [@julian45123](https://wordpress.org/support/users/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](https://wordpress.org/plugins/external-login/#what%20hooks%20are%20available%20in%20the%20external%20login%20flow%3F)
   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.

 * ![](https://s.w.org/plugins/geopattern-icon/external-login_fbebd6.svg)
 * [External Login](https://wordpress.org/plugins/external-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/external-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/external-login/)
 * [Active Topics](https://wordpress.org/support/plugin/external-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/external-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/external-login/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [tbenyon](https://wordpress.org/support/users/tbenyon/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/custom-hashing-help/#post-13141133)
 * Status: resolved