This tool produces either prounceable or alphanumeric passwords of the length you want, and quantity.Alphanumeric passwords are mixed case passwords in the form of something like "B3Bf0f42F4". The generator performs an MD5 hash on a random number.Prounceable passwords tend to be more useful for password rotation as they are memorable, so people will be less inclined to write them down. Examples include words like "llantedynd" (ok not so prounceable unless you're Welsh), "cardellelt", "flotshrous". Combining the output with additional numbers and and none alphanumeric characters helps the password strength.The source code is available to download from the snippets section.