In case you are tired of thinking of new passwords you can use a little nice program called pwgen.
Get the program in case you don't have it:
$ sudo apt-get install pwgen $ pwgen -sy 13 1
-> generate a secret password containing special characters which is 13 chars in lenght. The 1 at the end tells the program how many passwords you need.
An another option you might find useful is this website: