Text processing: Easy Password Generator
Shane Kretzmann (contact me)
This class can be used to generate secure passwords that are easy to remember for humans.
It uses random words from a dictionary stored as a text file.
It generates pronounceable words made up from a configurable amount of letters and/or numbers. The first letter of the dictionary word and random word is converted to upper case. Then it shuffles these text pieces and join the resulting texts to form the generated password.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Perfect (100.0%)
| Good (83.3%)
| -
| Good (83.3%)
| -
| -
| Sufficient (66.7%)
| 285 |
Click here for detailed information about this class on phpclasses.org
Data
Example dictionary file
Example
Usage Example File