Do you know what brute force is?
It starts at length 1 passwords and tries every character from the set of allowable characters. Then for length 2 passwords it tries again but for every combination. Etc.
A character set of size 4 will have a search space of 4n where n = max password length.
A character set of size 5 will have a search space of 5n where n = max password length.
Increasing the character set doesn't change the FACT that for brute force to even start trying my password of length n EVERY single combination of passwords of length 1 through (n-1) has to be checked first.
You are so fucking retarded dude. Brute force is literally BRUTE FORCE. It ONLY attempts solution by exhaustion. It uses ZERO additional tricks or other methods to guess the password besides that.
Well dictionary attack first!!!
Then it's not brute force.
(post is archived)