Password Hash

Replaces wp_hash_password and wp_check_password with PHP password_hash and password_verify if PHP has support for them.

Author:Sérgio 'wherd' Leal (profile at wordpress.org)
WordPress version required:4.6
WordPress version tested:4.7.26
Plugin version:1.0.0
Added to WordPress repository:27-02-2017
Last updated:27-02-2017
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:https://wordpress.org/plugins/whrd-password-h...
Total downloads:696
Active installs:10+
plugin download
Click to start download

Password Hash is a WordpPress plugin that improves the WordPress password hashing security by using the builtin password_hash and password_verify functions.

If the installed PHP version doesn’t support those methods, it falls back to the standard PHPass method.