Download the PHP package universiterennes2/standfordlikepasswordpolicy without Composer
On this page you can find all versions of the php package universiterennes2/standfordlikepasswordpolicy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download universiterennes2/standfordlikepasswordpolicy
More information about universiterennes2/standfordlikepasswordpolicy
Files in universiterennes2/standfordlikepasswordpolicy
Package standfordlikepasswordpolicy
Short Description Standford's like password policy checker, homepage support
License LGPL-3.0-or-later
Informations about the package standfordlikepasswordpolicy
Standford's like password policy : PHP implementation
This library implements a checker for Standford's password policy in PHP with only one minor change :
- The minimal password's length is 9 (instead of 8 in the original policy)
The Standford password policy is a length-based password policy : increase password length = decrease constraints.
- 9-11 character passwords require the use of upper and lower case, numerical and special characters.
- 12-15 character passwords require the use of upper and lower case and numerical characters.
- 16-19 character passwords require upper and lower case characters
- 20+ characters require any characters.
Table of Contents
- Standford's like password policy : PHP implementation
- Table of Contents
- Install
- Usage
- Contribute
- License
Install
Usage
See a more complete example in examples/
directory.
Contribute
See CONTRIBUTING.md
License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License v3.0 or later as published by the Free Software Foundation.
The program in this repository meet the requirements to be REUSE compliant, meaning its license and copyright is expressed in such as way so that it can be read by both humans and computers alike.
For more information, see https://reuse.software/