Published in: PHP
Comments
Subscribe to comments
You need to login to post a comment.
Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
Wicked Cool PHP contains a wide variety of scripts to process credit cards, check the validity of email addresses, template HTML, and serve dynamic images and text.
fris on 08/16/08
2 people have marked this snippet as a favorite
Published in: PHP
Subscribe to comments
You need to login to post a comment.
It would be good to also add uppercase letters, and possibly also special characters, for a stronger password.
Additionally, you may wish to check the password that it contains at least one of each kind (upper, lower, number, special) before returning it.