ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Coding Snack Guidelines

IDEA: Program to list possible Windows keys based on partial information

<< < (3/3)

MilesAhead:
I'm guessing Windows uses only upper case characters and digits 0 - 9 for each character in the key.  Someone may correct my math but since there are 5 groups of 5 characters that should be equal to 36 to the 25th power, if you had to generate all permutations.

For a partial it would be 36 to the power of each missing character.  So if there were 4 unreadable characters that would be 36 to the 4th power, or 1679616 permutations.  I think MS server would flag you long before you got through 'em all.  :)

Navigation

[0] Message Index

[*] Previous page

Go to full version