Hacksenkessel's Blog
Example: How many permutations are needed by a brute-force algorithm in the worst case for cracking a password with alphanum charset {a-z, A-Z, 0-9} (26 * 2 + 10 = 62 characters) and a password length of max. 5? Answer – Polynomial function: 62 5 + 62 4 +...