A simple, strong, password generator.
This web application was desinged to quickly and simply generate strong passwords. The default settings meet some of the basic requirements for a strong password:
• Use a password length of 16 characters
• Include lowercase and uppercase characters, numbers, and symbols
• Avoid character repetition
Strong Passwords should include Lower case, Upper case, Numbers, and Special Characters. Users can enable/disable various options depending on the complexity they desire.
The default length is 16 characters. To maintain a strong password, it is not advised to drop below 12 characters. Most VPN Tunnels will use a 28 or 32 character key.
This is the number of passwords to generate. Generating more than one password allows you to select one of many passwords instead of generating a password multiple times.
Last Updated: 5/20/2015
A simple, strong, password generator.