RSS Feed

Dictionary Attack

dictionary attack 150x150 Dictionary Attack

A dictionary attack consists of trying “every word in the dictionary” as a possible password for an encrypted message.

A dictionary attack is generally more efficient than a brute force attack because users typically choose poor passwords.

Dictionary attacks are generally far less successful against systems that use passphrases instead of passwords.

Improving Dictionary Attacks

There are two ways to improve dictionary attack success.

The first way is to use a larger or more dictionaries. Technical and foreign language dictionaries increase the overall chance of discovering the correct password.

The second way is to perform string manipulation on the dictionary. For example, the dictionary may have the word “password” in it. Common string manipulation techniques try the word backwards (drowssap), with common number-letter replacements (p4ssw0rd) or different capitalization (Password).

Of course, very small dictionaries may lead to the fastest success if one or more of the targets is encrypted with a very weak password. A short list of girls’ names can yield amazing results.

A dictionary of potential passwords is more accurately known as a wordlist.

What to Do if the Dictionary Attack Fails

If an extensive dictionary attack fails, it may be worthwhile to resort to a brute force attack. A brute force attack is more certain to achieve results eventually than a dictionary attack.

Respond to “Dictionary Attack”
  1. Glaucia says:

    Hi.
    I would like to know if I can recover a gmail account using this dictionary attack???
    Thank you.

  2. Daniel Memenode says:

    Glaucia, according to my quick search yes, but I wouldn’t advise that. Google has their own password recovery process. You shouldn’t need to do an attack, unless of course it’s not your account, in which case I still don’t advise it!

  3. Emma Brown says:

    Hey, is there any ‘free, good & virus free’ dictionary attack software available on the net ?? i havent been able to find any.

  4. Glaucia says:

    Thanks for the answer,Daniel :-)
    what is happening is that gmail does not recognizes me as the owner of the address,so I would “attack” myself. :-?
    But,as I am so freaking desperated,I’m waiting for a hacker to try to solve this… :sigh:
    If he can’t, may I come back here and get your help to recover my account?

  5. Daniel Memenode says:

    I’m not a hacker. I’m afraid a hacker would know a lot more about how to resolve this than I (I’m also not the author of the above text). Has he been successful?

  6. Glaucia says:

    Yeah,memenode…

    but now that %$%¨$@&%$#&$#& don’t wanna give it back to me :cry: :-|

  7. Daniel Memenode says:

    Originally posted by Glaucia: “Yeah,memenode…

    but now that %$%¨$@&%$#&$#& don’t wanna give it back to me :cry: :-|

    Hmm.. he basically stole your account under pretense of recovering it for you?

    Then he’s officially a “cracker” (a word used for immoral hackers). Maybe you could contact Google, explain the situation and have them change your account info, along with a strong (harder to crack) password, and give it to you, locking the hacker out.

Leave a Reply

Post your comments and questions below, but please follow our commenting guidelines.


Path: Home > Security > Cryptology > Dictionary Attack