Text processing: dasPass
Jaume Presas (contact me)
This is a simple class that can be used to generate a random password defined by rules that determine which types of characters can be used.
The generated password may include upper case letters, lower case letters, numbers and punctuation characters. Each character will only appear in the password once.
The length of the generated password is configured setting the value of a class variable.
Click here for detailed information about this class on phpclasses.org