This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Brute force attack"

From OWASP
Jump to: navigation, search
(Related vulnerabilities)
(Related countermeasures)
Line 17: Line 17:
  
 
==Related countermeasures==
 
==Related countermeasures==
 +
 +
[[https://www.owasp.org/index.php/Image:Salted_Hashes_Demystified.doc | Salted Hashes]]
  
 
[[Password based authentication]]
 
[[Password based authentication]]
  
 
[[Category:Attack]]
 
[[Category:Attack]]

Revision as of 15:51, 28 November 2006

This is an Attack. To view all attacks, please see the Attack Category page.


This article is a stub. You can help OWASP by expanding it or discussing it on its Talk page.


What is a Brute force attack?

In a brute force attack, the attacker attempts to bypass a security check by attempting possible options until finding one that works. The attacker attempts to exhaust the search space as efficiently as possible. With knowledge of the size of the search space and the rate that attempts can be made, one can calculate the length of time the brute force attack is likely to take.

Common uses of the attack technique

Brute force attacks are frequently used to attempt bypass of password based authentication schemes and cryptographic protection.

Related vulnerabilities

Related countermeasures

[| Salted Hashes]

Password based authentication