This class can be use to generate text string to use as a password with random characters with certain constraints.
The class can generate a random text with a a given length.
The text characters may be picked from several character sets. Currently the class uses predefined character sets that consist of: lower case letters, upper case letters, digits, several special characters.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (91.7%) |
Good (91.7%) |
- |
Good (83.3%) |
- |
- |
Sufficient (63.3%) |
467 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
indavidual_example.php |
Example |
Simple Example of how to use the password in a page. (password.class.php is required) |
password.class.php |
Class |
Main code for the password generator |