eli5: how does “brute forcing” a password work?

799 views

So I get the more complicated and long the password the harder it is to brute force, but do these programs start with like 111aaa and then go to like 111aab and so forth. Or, are they just trying every combination randomly? If the latter, isn’t there a chance (a very small one) that if it is kinda random that they could break a really good password on like the first try? Similar to winning the lottery? If it’s not random, that has its own issues. I don’t get it. Help.

In: 0

14 Answers

Anonymous 0 Comments

You usually have a dictionary of common passwords and just run through those rather than at complete random.

People usually use words and numbers as passwords, so going through various words and passwords speeds the process up a ton.

You are viewing 1 out of 14 answers, click here to view all answers.