Drupal to wordpress migration (issue with password hash)

Solution:

I have found a solution for this after doing a lot of googling and researching.

There is a plugin for wordpress to do this

Which overrides

wp_hash_password()

with

wp_check_password() 

(added by the plugin)

https://wordpress.org/plugins/drupal-password-encryption/