This password generator gives you a list of ten "pronounceable" passwords. It is modeled after Morrie Gasser's original generator described in
The best way to use this generator is to take its output it in ways known only to you. Make some letters capital, or insert punctuation and numbers.
Understand that the entire source of randomness in this generator is the constructor for the Java class Random(), which typically uses the system date and time. If you wish to secure extremely valuable assets, consider using better sources of randomness, longer passwords, or stronger methods than passwords.
The button below is displayed by a small applet. Clicking it downloads and runs a large class. Be patient. A JIT compiler speeds up execution of this tool substantially.