Password Strength

An extension for phpBB3

View the Project on GitHub iMattPro/passwordstrength

Password Strength Password Strength

An extension for phpBB that will show users the strength of a password as they type it into the password field when creating or updating their account.

Demos

Test password strength using Complexity:
Complexity is an unintelligent test that checks for complexity in a password by looking for a mix of characters, case, symbols, numbers and length. This is useful for encouraging hard to remember complex passwords, but can score easily cracked passwords like `P@s$w0rd` as Strong.

Test password strength using the "zxcvbn" algorithm:
zxcvbn (used by DropBox) is an intelligent algorithm that calculates the guess-ability of a password by comparing it to a large dictionary of common English words as well as looking for recognizable patterns like `P@s$w0rd`. This is a more robust strength checker that allows for user-friendly passwords that are easy to remember but still hard to guess. A Very Strong result represents a password that may take a computer years to centuries to guess.

Downloads

Current valid releases available from phpBB:
Extension: https://www.phpbb.com/customise/db/extension/password_strength/
MOD: https://www.phpbb.com/customise/db/mod/show_password_strength/

Support or Contact

Support for this project is available through phpBB's Customisation Database:
Extension: https://www.phpbb.com/customise/db/extension/password_strength/support/
MOD: https://www.phpbb.com/customise/db/mod/show_password_strength/support/