WP bcrypt

WP bcrypt switches WordPress's password hashes from MD5 to bcrypt, making it harder for them to be brute-forced if they are leaked.

Author:dxw (profile at wordpress.org)
WordPress version required:3.4
WordPress version tested:3.9.40
Plugin version:1.0.1
Added to WordPress repository:05-06-2014
Last updated:05-06-2014
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, %:100
Rated by:4
Plugin URI:http://wordpress.org/plugins/wp-bcrypt/
Total downloads:11 693
Active installs:300+
plugin download
Click to start download

WordPress uses phpass to store passwords. Because WordPress has to work everywere, it uses the portable version of phpass,
which uses MD5 to hash passwords. MD5 is not a very good hashing algorithm for passwords, because it’s relatively fast.

This plugin switches over to bcrypt, which is the algorithm recommended by phpass, and is a much better option for password
storage because it is much slower to produce. This makes it much harder for an attacker who’s managed to access your hashed
passwords to obtain plain text passwords by brute-forcing, or by trying passwords from a dictionary.

Note: this plugin requires PHP 5.3.0 or newer

Be aware that if you use this plugin and then move to a host that does not support bcrypt, you will need to reset any user
account that you want to log in with.


FAQ
ChangeLog