bjeavons/zxcvbn-php
PHP port of Dropbox’s zxcvbn password strength estimator. Uses pattern matching and conservative entropy to score passwords 0–4, detect common words/names/patterns (dates, repeats, sequences, keyboard runs), and return user-friendly warnings/suggestions.
Full Changelog: https://github.com/bjeavons/zxcvbn-php/compare/1.4.1...1.4.2
Full Changelog: https://github.com/bjeavons/zxcvbn-php/compare/1.4.0...1.4.1
Full Changelog: https://github.com/bjeavons/zxcvbn-php/compare/1.3.1...1.4.0
1.3.0 might have caused issues for some 32-bit systems such as raspberry pi. This release should address those.
This adds compatibility for PHP 8, and removes compatibility for PHP 7.1.
New public method addMatcher on Zxcvbn class allows for custom matchers to be used.
This release is feature and score compatible with the upstream zxcvbn JS release 4.4.2. Please note that this release makes breaking changes to prior zxcvbn-php releases. PHP support for versions 7.0 and 5.6 were removed.
This release drops support for PHP versions 5.3, 5.4, and 5.6 and updates code style. Thanks to @PReimers for commit.
Actually just a bug fix from 0.2.0, no other changes
Support for PSR4. No library changes over v0.1.4
How can I help you explore Laravel packages today?