Need To Decrypt an md5 Hash? Try Some Free Rainbow Tables

Posted 1922 days ago - Encryption, Security

If you're like me, remembering fifty or more unique passwords is sometimes frustrating. I refuse to use any sort of password management system, and writing them down defeats the purpose of even having a password. Some prefer using the same password for everything, but if one account is compromised, the rest will probably soon follow. The most recent circumstance for me was a forgotten vBulletin admin password. Since reinstalling wasn't an option, that left me with the option of manually updating the database, which didn't work. Ok, so now what? Crack the md5 hash with Rainbow Tables.

Why Use Rainbow Tables?

Rainbow Tables, compared to brute forcing, is much faster. The time consuming part is actually generating the tables used to run decrypted hashes against, but once generated, they're good forever. The Rainbow Tables project page provides a lot of instructions and configuration examples. One of the tables was able to crack the following passwords in only a few minutes.

N73k_a7()TUBoK

PrFa$=ptRcb^__ z

%G)r*EW&2nk#

cjST$=W0U*-5CH

(zw= ijV$i*vEX

How rad is that? Table generation can take days, even weeks, and will consume pretty large quantities of hard drive space depending on the configuration options, but there is an alternative.

Collaborative Rainbow Table Generation

Similar to the SETI project, Free Rainbow Tables is a distributed rainbow table generation project that combines the computing power offered by members. Once registered, the free client will put your CPU to work by generating chains for the project. In return, members are able to use the 100+ gigabytes worth of tables for their own decryption needs. The online system makes submitting your encrypted hashes easy, and the hash management portion of the site lets you know when your hash is being searched for. Surprisingly, the success rate for decryption is pretty low with 11,523 (47%) hashes at the time of writing. But this is definitely something worth having in your arsenal when used with locally generated tables.

As of right now I'm approaching 10 gigabytes worth of locally stored tables. If you're interested in exchanging tables, just let me know via comment or email.

Word Count: 407

Tags: ,

Click Here to Submit a Comment

Permalink / Last Modified:

Support Nullamatix.com:

See Also:

  • 02/29/2008 -- SftpDrive: A Must Have Utility For Web Designers
    Excerpt: "If you maintain a website that's hosted on a Linux server, you're aware the process of editing pages locally and uploading them to the server is often a hassle. Most server administrators run an ftp daemon to enable file transferring. Some of the file types a ..."
  • 02/27/2008 -- One of a Kind: The Multiline MD5 Hash Generator
    Excerpt: "Because sometimes those single line MD5 hash generators just aren’t efficient. What’s a Bulk MD5 Hash Generator? The concept of the batch MD5 hash generator is simple. Let’s say you have a list of values: names, addresses, telephone numbers, URLs, ..."
  • 12/17/2007 -- Howto: Remote Desktop At Work, Evading A Firewall
    Excerpt: "A lot of organizations intentionally block remote desktop capabilities. With that in mind, please be aware that following the instructions in this post may lead to consequences depending on policies outlined within your organization. This guide will ..."
  • 12/15/2007 -- The iCache Might Replace Your Credit Cards
    Excerpt: "A new product called the iCache (why not just iCash?) is scheduled for release sometime next year. The concept is simple, and although I personally don't see the benefits, it's bound to become a successful product. What Is The iCache? The iCache will allow ..."

2 Responses to “Need To Decrypt an md5 Hash? Try Some Free Rainbow Tables”

  1. Can you crack this MD5 hash code?

    b95590901e3c17e4c5e9b1b54ce51184

  2. a5897872031aeb5e9ac5e17b55f4de73

    can u crack this

Leave a Reply