开发者 |
harrym
dxw |
---|---|
更新时间 | 2014年6月10日 20:36 |
PHP版本: | 3.4 及以上 |
WordPress版本: | 3.9.1 |
版权: | GPLv2 |
版权网址: | 版权信息 |
wp-bcrypt
directory to the wp-content/plugins/
directoryUsers' hashes are changed to bcrypt when they first login in after the plugin is activated. All of WordPress's built-in functions will use bcrypt too, when intially creating an account, changing your password, or adding a password to a post.
As long as you have bcrypt support (PHP 5.3.0 or newer) WordPress will happily continue checking passwords that are hashed using bcrypt. Everything should work fine. But any new passwords you hash (for a new account, or changing an existing account) will be made using MD5.