InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by brute force in the context of Cyber Security? |
|
Answer» A BRUTE FORCE attack is a cryptographic assault that uses a trial-and-error approach to guess all POTENTIAL combinations until the correct data is DISCOVERED. This exploit is commonly used by cybercriminals to gain personal INFORMATION such as passwords, login credentials, encryption keys, and PINs. It is very easy for hackers to implement this. |
|