This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Password Hash

Description

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.

Installation

This section describes how to install the plugin and get it working.

Normal plugin

  1. Upload the plugin files to the /wp-content/plugins/whrd-password-hash directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress

Must-use plugin (recomended)

  1. Upload the whrd-password-hash.php file into /wp-content/mu-plugins folder.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Password Hash” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Password Hash” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.0

  • Initial release.