Readable Password Generator
It requires PHP 4 .2.0 or greater – and that’s it! This is a pure PHP solution with no styling or JavaScript – so you can make this script do what you want. This script does not use a dictionary to generate passwords but generates ‘believable’ words using English grammar rules! Use PHP to include the code in your own website and then use the one line of code to generate random passwords! With a customisable format (prefixes, suffixes, number of syllables) this script generates millions of possible passwords – ideal for emailing to users upon registration! The script is light-weight, makes no use of databases or PHP extensions and won’t bog down your web-page!