Plugin info

Total downloads: 773
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 1/23/2022 (1438 days ago)
Added to WordPress: 6/15/2021 (4 years old)
Minimum WordPress version: 5.7.0
Tested up to WordPress version: 5.9.0
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 1438 days ago

20/100

Is MB Challenge response authentication abandoned?

Possibly abandoned (last update 1438 days ago).

Compatibility

Requires WordPress: 5.7.0
Tested up to: 5.9.0
Requires PHP: f

Developers

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

The “MB Challenge response authentication” plugin extends the
default WordPress authentication with a challenge response authentication.
This ensures that passwords during login are no longer stored in the
clear text during the login process.

Via a menu item in the administration you can also set whether the challenge response authentication should be enforced or not. If challenge response authentication is not enforced
the default WordPress authentication is allowed as fallback.
This is the case if a user cannot hash on the client side.

Furthermore, the default WordPress hasher is overridden and PHP native functions like password_hash and password_verify are used.

Credits

Special thanks to the developers of the
bcrypt.js library https://github.com/dcodeIO/bcrypt.js.
The library is used for client-side hashing.

Installation

Upload the plugin to your Website, Activate it.
If you like, you can disable the challenge response authentication enforcement
under the settings to not exclude users without JavaScript.
That’s it. You’re done!

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

  1. Challenge Response Authentication

    Challenge Response Authentication

  2. Backend Menu

    Backend Menu

Changelog

1.0

  • Init Version