Week 3 Discussion Forum

Introduction to Brute Force Algorithm

Introduction to Brute Force Algorithm

by Md. Mouvin Ahmmed 192-15-2893 -
Number of replies: 1

Data is the new oil” this is the new mantra that is ruling the global economy. We are living in the digital world and every business revolves around data which translates into profits and helps the industries to stay ahead of their competition. With the rapid digitization, an exponential increase in the app-based business model, cyber-crimes is a constant threat. One such common activity that hackers perform is the Brute force.

Brute Force is a trial and error approach where attackers use programs to try out various combinations to break into any websites or systems. They use automated software to repetitively generate the User id and passwords combinations until it eventually generates the right combination.


115 words

In reply to Md. Mouvin Ahmmed 192-15-2893

Re: Introduction to Brute Force Algorithm

by MD.TORIKUL ISLAM ( 192-15-2852 ) EMON -
Linear search is a example of brute force algorithm. And brute force is actually strate forward algorithm.
Insertion sort normally brute force type.

23 words