Plugin Tag: hash
-
Password bcrypt
Replaces wp_hash_password and wp_check_password with PHP 5.5's password_hash and password_verify.
-
-
Ballast Security Hashing
This plugin drastically increases the security of the hash used to store passwords
-
Tag With Hash
Automatically turn terms into tags if you precede them with a #. Nonexisting tags are created.
-
Secure Your Admin
Generate an extra variable to secure your wp-admin access thru a simple variable name & hash passed in the URL
-
-
WP Argon2 Password Hashing
Existing user accounts will have their password hash updated with Argon2i on the next successful sign in.
-
MB Challenge response authentication
This plugin implements challenge response authentication. In addition, the WordPress hasher is replaced by native PHP libraries.