Brute Force ???
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all of u people do anyone know what is Brute force algo. some c++ code pl. :rolleyes::wtf:
-
Hi all of u people do anyone know what is Brute force algo. some c++ code pl. :rolleyes::wtf:
Its not an algorithm as such, just a name given to any algorithm that does a lot of work and isnt very smart. For example, a brute force password cracker would try every possible combination of letters to break a password, as opposed to a smarter algorithm that attempts to use some statistical method to reduce the actual work.