Generate a secure password with these characteristics:
- 8 or 24 characters in length
- at least 1 capital letter
- at least 1 lower case letter
- at least 1 number
- at least 1 symbol
The fun part is that your password is not random, but based on one you've chosen. Should you forget this secure password, come back and enter the same value you did before and you'll find your password.
Use this password for email, websites, stores, banks, or whatever else needs a secure password.
To create an even more secure password, check the extra protection checkbox. This should make sure your password hash cannot ever be used again, resulting in an excellent quality and strong password.
Programmers
You may use the API version of this up to 100 times per month.
url: 'http://www.mtscastlerock.com/password_generator.php?api=1',
type: 'GET',
data: {
input: Your Password,
extra: yes OR no,
longer: 1 OR 0
}