You can put this solution on YOUR website! How could you find the number of different arrangements of 6 letters in a computer password?
-----------------
If A to Z is allowed, that's 26 possiblities for each of the 6
--> 26^6
=================
If it's case sensitive, then it's 52^6