Download the PHP package ziming/laravel-zxcvbn without Composer
On this page you can find all versions of the php package ziming/laravel-zxcvbn. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ziming/laravel-zxcvbn
More information about ziming/laravel-zxcvbn
Files in ziming/laravel-zxcvbn
Download ziming/laravel-zxcvbn
More information about ziming/laravel-zxcvbn
Files in ziming/laravel-zxcvbn
Vendor ziming
Package laravel-zxcvbn
Short Description Zxcvbn Password validation rule for Laravel
License MIT
Homepage https://github.com/ziming/laravel-zxcvbn
Package laravel-zxcvbn
Short Description Zxcvbn Password validation rule for Laravel
License MIT
Homepage https://github.com/ziming/laravel-zxcvbn
Please rate this library. Is it a good library?
Informations about the package laravel-zxcvbn
Zxcvbn Password validation rule for Laravel
Laravel Zxcvbn Password Validation Rule. Nothing more, nothing less.
For an introdution to Zxcvbn, see the following link
https://dropbox.tech/security/zxcvbn-realistic-password-strength-estimation
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file. The default min score is set to 3.
bjeavons/zxcvbn-php provides a good overview on the zxcvbn score.
Scores are integers from 0 to 4:
- 0 means the password is extremely guessable (within 10^3 guesses), dictionary words like 'password' or 'mother' score a 0
- 1 is still very guessable (guesses < 10^6), an extra character on a dictionary word can score a 1
- 2 is somewhat guessable (guesses < 10^8), provides some protection from unthrottled online attacks
- 3 is safely unguessable (guesses < 10^10), offers moderate protection from offline slow-hash scenario
- 4 is very unguessable (guesses >= 10^10) and provides strong protection from offline slow-hash scenario
Usage
bash composer test
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [ziming](https://github.com/ziming)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
All versions of laravel-zxcvbn with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
bjeavons/zxcvbn-php Version ^1.3
illuminate/contracts Version ^10.0 | ^11.0
spatie/laravel-package-tools Version ^1.9.2
bjeavons/zxcvbn-php Version ^1.3
illuminate/contracts Version ^10.0 | ^11.0
spatie/laravel-package-tools Version ^1.9.2
The package ziming/laravel-zxcvbn contains the following files
Loading the files please wait ....