Password Generator

This script generates relatively secure passwords using the following rule

  • 4 lower case letters
  • 2 upper case letters
  • 2 numbers
  • 2 special characters
  • 10 characters total, which are then shuffled

Here are five randomly generated passwords:

Yy@vqg88P>
zGz6kPm#8>
nH&Rrm95v>
wB3i=9hC#q
7vkAm&&c7W

These passwords are produced for each page view and are not stored on this server. To generate more passwords, simply click the refresh/reload button in your browser.

These passwords thwart dictionary attacks and avoid using birthdays, address information or anything that can be deduced from your identification. They are still breakable using brute force attacks but the likelihood of such a successful attack is extremely small.