This is a handy little script that generates a password. It lets you set the number of characters you want for your password and whether punctuation is OK.For more information, read my article about why it is important, and how to have a strong and secure password.
Love StrongPasswordGenerator88 and want to Tweet it, share it, or star it? Well, I appreciate that <3
TweetA strong password is a key way to prevent someone breaking in to your account or stealing your identity. A strong password is one that is not easily guessed. It should have a combination of letters (both upper case and lower case), numbers and extended characters such as ! # (]. It should not be a word that is in the dictionary.Some sites will give you a score that indicates how strong and secure your password is. Don't rely on these. Here's why: next time you see one of them, enter in your street address as your password (no spaces between numbers & words). You'll likely get a score that your password is incredibly strong. Yet, someone who wants to break into your account could try it. Using an address as a password is a known pattern.
This script works only in 4.0+ browsers. I cannot find a function in older JavaScript that can convert CHAR numbers to strings. Fortunately, this does not matter much anymore, but might impact people who love to run obscure browsers running on odd devices.