TechForums - Computer and Technical Discussions

Full Version: Random Password Generation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
A common feature found on many websites upon user registration are random passwords. This tutorial will walk you through a script that generates a random password to a given length.

Posted at http://www.goodphptutorials.com/out/Rand...Generation
Good find. These types of passwords are great tools for using email validation. I wonder how effective it would be to generate passwords for the user to use instead of letting them choose for higher level of security.
Reference URL's