Password Generator Class
Package:
Summary:
Generate passwords with given requirements
Groups:
Author:
Description:
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.
Comments are closed.