Strong Password Generator

The Strong Password Generator tool lets you generate random passwords. You can customize the character set and the security level.

All the computation is done locally on the client side. We do not save the generated passwords in the database.

Character set:

characters
  bits

Password:

 

How to Make a Good Strong Password?

A strong password includes:

  • at least 15 characters
  • uppercase letters
  • lowercase letters
  • numbers
  • symbols, such as !”#$%&'()*+,-./:;<=>?@[]^_`{|}~

A strong password is:

  • not your username
  • not your name, your friend’s name, your family member’s name, or a common name
  • not your date of birth
  • not a dictionary word
  • not like your previous passwords
  • not a keyboard pattern, such as qwerty, asdfghjkl, or 12345678
Credits