Facebreak Facebook Brute Force Programming Language

Programming Language Delphi/Kylix. Facebook Password Cracker. Publisher Description Facebook Password Cracker is the most effective password recovery software available. View Program Details. Can a hacker use a brute-force attack to steal an online password? A tutorial How to work with a hacking software Brute Force, how to set it!!!

Active7 years, 9 months ago
  1. what exactly is the brute force algorithm? (besides just the approach only)

  2. when a problem can use brute-force approach, and when not to?

  3. What characteristics are there in an algorithm, when the algorithm uses brute force approach?

nehemkrisnehemkris

closed as off topic by jonsca, Jeremy Banks, Hans Olsson, Erno de Weerd, marc_sNov 25 '11 at 6:32

Questions on Stack Overflow are expected to relate to programming within the scope defined by the community. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about reopening questions here. If this question can be reworded to fit the rules in the help center, please edit the question.

Facebook Brute Force Hack

1 Answer

1 and 3 : Brute force means that you will go through all possible solutions extensively. For example, in a chess game, if you know you can win in two moves, the brute force will go through all possible combination of moves, without taking anything in consideration. So the little pawn in the back that cannot influence the outcome will still be considered.

2 : As you consider everything, the problem quickly goes out of control. Brute force through 15 moves in chess is impossible because of combinatorial explosion (too many situations to consider). However, more clever algorithms that take into account 'knowledge about the problem' can go much further (20-30 moves ahead)

Edit : To clarify, brute force is simplest (dumbest?) way to explore the space of solutions. If you have a problem is set in a countable space (chess moves are countable, passwords are countable, continuous stuff is uncountable) brute force will explore this space considering all solutions equally. In the chess example, you want to checkmate your opponent. This is done via a sequence of moves, which is countable. Brute force will go through all sequence of moves, however unlikely they may be. The word unlikely is important, because it means that if you have knowledge about your problem (you know what is unlikely to be the solution, like sacrificing your queen), you can do much better than brute force.

FezvezFacebook brute force hackFacebook brute force ultimate indir

Facebook Brute Force Ultimate Indir

Fezvez
6,2011 gold badge27 silver badges49 bronze badges
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.

Facebook Brute Force Cracker

Not the answer you're looking for? Browse other questions tagged algorithm or ask your own question.