brute

In cryptography, a brute-force attack consists of an attacker submitting many passwords or passphrases with the hope of eventually guessing correctly. The attacker systematically checks all possible passwords and passphrases until the correct one is found. Alternatively, the attacker can attempt to guess the key which is typically created from the password using a key derivation function. This is known as an exhaustive key search.
A brute-force attack is a cryptanalytic attack that can, in theory, be used to attempt to decrypt any encrypted data (except for data encrypted in an information-theoretically secure manner). Such an attack might be used when it is not possible to take advantage of other weaknesses in an encryption system (if any exist) that would make the task easier.
When password-guessing, this method is very fast when used to check all short passwords, but for longer passwords other methods such as the dictionary attack are used because a brute-force search takes too long. Longer passwords, passphrases and keys have more possible values, making them exponentially more difficult to crack than shorter ones.
Brute-force attacks can be made less effective by obfuscating the data to be encoded making it more difficult for an attacker to recognize when the code has been cracked or by making the attacker do more work to test each guess. One of the measures of the strength of an encryption system is how long it would theoretically take an attacker to mount a successful brute-force attack against it.
Brute-force attacks are an application of brute-force search, the general problem-solving technique of enumerating all candidates and checking each one.

View More On Wikipedia.org
  • 2

    Jinda

    From China
    • Posts
      1,007
    • Likes
      37
    • Points
      48
  • 2

    INSP DDK

    Well-known Member
    • Posts
      1,638
    • Likes
      28
    • Points
      0
  • 2

    luaice

    Member
    • Posts
      175
    • Likes
      2
    • Points
      0
  • 2

    nerobdms™

    • Posts
      610
    • Likes
      37
    • Points
      0
  • 1

    Laruae

    Well-known Member
    • Posts
      2,351
    • Likes
      30
    • Points
      0
  • 1

    Gsmb SHIVA

    • Posts
      277
    • Likes
      4
    • Points
      0
  • 1

    Sukh007

    • Posts
      433
    • Likes
      61
    • Points
      0
  • 1

    .::kabir::.

    Junior Member
    • Posts
      13
    • Likes
      0
    • Points
      0
  • 1

    Lowerd

    Junior Member
    • Posts
      41
    • Likes
      9
    • Points
      0
  • 1

    waseem_vk

    Junior Member
    • Posts
      71
    • Likes
      3
    • Points
      0
  • 1

    Fly Dubai

    Well-known Member
    • Posts
      670
    • Likes
      3
    • Points
      0
  • Back
    Top