WordPress Blowfish Password Encryption GitLab
Wordpress Password Authentication Update
by CS Powell · gitlab.com/csp5096/wordpress-blowfish-plugin · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://gitlab.com/csp5096/wordpress-blowfish-plugin/-/archive/master/wordpress-blowfish-plugin-master.zipReadme
=== WP Password Grok ===
Contributor(s): CS Powell Tags: password, hash, salt, bcrypt, blowfish, pluggable, security Requires at least WordPress: 4.0 Tested up to WordPress: 4.5.2 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html
== Description ==
-
wp-blowfish is a WordPress plugin that permits WordPress to reset all User passwords using a Blowfish cipher.
-
Default Settings: Replaces WordPress' outdated and insecure MD5-based password hashing encryption with the up-to-date and secure Bcrypt blowfish hashing encryption.
-
This plugin requires PHP 5.5.0 or greater
== Installation ==
-
Upload the plugin files to the
/wp-content/plugins/directory, or install the plugin through the WordPress plugins screen directly. -
Next, activate the plugin through the 'Plugins' screen in WordPress.
=== Manual installation as a must-use plugin ===
-
If not utilizing Composer, you may manually copy the plug-in folder directly into WordPress'
/wp-content/plugins/mu-plugins/directory. -
Do not recommend using this as a normal (non-mu) plugin because this makes it too easy to disable or remove the plugin from WordPress.
== Change Log ==
= 1.0.0 = First edition