Definify.com
Definition 2024
brute_force
brute force
See also: brute-force
English
Alternative forms
Noun
- A method of accomplishing something primarily by means of strength, without the use of mechanical aids or thought.
- (computer science) A method of computation wherein all permutations of a problem are tried manually until one is found that provides a solution, in contrast to the implementation of a more intelligent algorithm.
Usage notes
- Not used with an article.
- We lifted the car by brute force.
Verb
brute force (third-person singular simple present brute forces, present participle brute forcing, simple past and past participle brute forced)
- (transitive) To solve (a computational problem) by brute force methods.
- 1960, Scott Cameron, Marshall Clinton Yovits, Self-organizing Systems: Proceedings - Page 187
- "In trying to solve the problem in this simplified space, it does different things than it did when it was brute forcing its way through the original space."
- 1960, Scott Cameron, Marshall Clinton Yovits, Self-organizing Systems: Proceedings - Page 187
- (computing) To break password, encryption, or any other protection mechanism by brute force methods.