Calculating combinations of a key
I want to protect accounds by introducing a key, and I need to calculate the potential combinations
so that I am happy with the amount of potential combinations.
I will use numbers 0-9 and characters A to Z .. so 36 characters in each column.
Example: 65TG9
Does anybody know where I might find an online calculator that I can use to check the number of combinations?
I need to let it know there are 36 characters, and then test the length of the string to get it up to a big enough number. I'm just trying to stop overkill, no point having a huge UUID if I don't need it
Thanks
Mark
