PHP 5: Password Generator Class
Daniel Tlach (contact me)
2009/04/26 - Michael Schramm sent me modified version of this class. I added it to the list so you can see his solution (which seems much better to me). Look for the class.password.php file. Thanks Michael :)
---
This class can be used to generate passwords with given requirements.
It can generate one or more password strings that may be a of given length.
The passwords may include different ranges of characters like upper and lower case letters, digits, and special characters.
The class may assure that the password characters are not repeated.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Good (91.7%)
| Good (83.3%)
| -
| Sufficient (75.0%)
| -
| -
| Sufficient (61.7%)
| 551 |
Click here for detailed information about this class on phpclasses.org