Skip to content

tommm/password-hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Password Hash for MyBB

This MyBB plugin changes the cryptography method from salted password hashing to bcrypt (via PHP's password_hash).

Please don't install this plugin until you have considered the caveats below.

Caveats

  • The process is destructive; if you wish to deactivate/uninstall the plugin in the future, all users (including administrators) with converted passwords will need to request a new password through the Forgotten Password feature.
  • The plugin uses PluginLibrary to perform a single edit to inc/functions_user.php; you will need PluginLibrary 12 and for this file to be writeable to continue installation.
  • Whenever you upgrade MyBB 1.8, you will need to perform the same edit to inc/functions_user.php to ensure you can login to complete the process.

Usage

Upload all files and install/activate the plugin via the ACP.

By default, the plugin will convert user passwords to bcrypt the next time users login or change their password. If you would rather users choose a new password, edit ./inc/plugins/psswrd_hsh.php and set PSSWD_CONV to false.

About

A plugin for MyBB 1.8 that modifies cryptographic methods.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages