Raymond.CC Blog
  • Home
  • Forum
  • Giveaway
  • X-Ray 2.0
  • Contact
  • About
  • I’m Feeling Lucky
Search the site...
You are here: Home » Computer » Ask Raymond: How To Decrypt MD5 Hashed Strings?

Ask Raymond: How To Decrypt MD5 Hashed Strings?

Updated by Raymond - 1 year ago - Computer, Music
12
  • Like
  • +1
  • Tweet
  • Printer Friendly and PDF

I got an email asking me is it possible to decrypt MD5 hashed strings and if yes, how? Usually I ignore these kind of question but since MD5 is used in WordPress, I thought it might be useful to write a little about it in case you’ve forgotten your WordPress password. Crack MD5 hash In cryptography, MD5 (Message-Digest algorithm 5) is a widely-used cryptographic hash function with a 128-bit hash value. MD5 was designed by Ronald Rivest in 1991 to replace an earlier hash function, MD4. As an Internet standard, MD5 has been employed in a wide variety of security applications.

Before we ask how to decrypt MD5 strings, we should first ask is it even POSSIBLE to decrypt it. I am no PRO in encryption because I hated mathematics, but I manage to find out how it works.

First of all, MD5 is not an encryption, but a hash. The difference between encryption and hash is that with an encryption-algorithm it is a 2-way process encrypt<->decrypt. With a hash this is a 1-way process, there is no decryption possible. An example of an application that uses MD5 hash is WordPress. When you enter a password at the login page, the password is MD5 hashed and the two hash values are compared. If it matches with the one in the database, then you’re logged in.

If didn’t notice, scripts that uses MD5 to hash password doesn’t allow you to “recover” the password that you’ve forgotten. It will only generate new password and send it to your email. This way, you don’t have to worry about the administrator peeking at your password and try using them at your other registered account (since most people uses the same password).

There is a way I know of that can possibly decrypt MD5 hash. There are many websites that offers MD5 reverse lookup service using hashed database. It is sort of like dictionary decryption attack. They’d need to add a matching MD5 hash and plain text first. Then when someone enters the same MD5 hash, the plain text will be shown.

Here’s a test on how to decrypt locally installed WordPress via WOS Portable administrator password. I found a 32 character MD5 hash from phpMyAdmin.

decrypt wordpress md5 password

Then I entered the 32 character MD5 hash on a website that has a huge database of decrypted MD5 hashes.

Decrypted MD5 hashed password

As you can see, the website is able to decrypt the MD5 hash within seconds. You do not have to worry so much because not everyone is able to access the database to get your MD5 hash other than the owner of the website and the webhost. If you use a minimum of 8 random character consist of numbers, letters and one spacing, the chances of your password being decrypted is nearly impossible. Below are the websites I found that can do MD5 reverse lookup.

  • www.rednoize.com – 50,709,274 Hash in database
  • www.md5oogle.com – 6,353,625 Hash in database
  • www.hashmash.com – 1,611,191 Hash in database
  • www.gdataonline.com 1,155,613 Hash in database
  • www.md5decryption.com – 872,145 Hash in database
  • www.md5decrypter.com – 583,441 Hash in database
  • www.md5decrypter.co.uk – 41,568,541 Hash in database
  • www.macrosoftware.ro – 5,403 Hash in database
  • www.md5-db.com – Did not mention amount of hash in database
  • If I missed any sites that has MD5 database, do let me know so I can add it to the list above.


    Didn't find what you want? The links below could help:

    UserAssistView Finds Out Last Run Program without Using a KeyloggerUserAssistView Finds Out Last Run Program without Using a KeyloggerLinks for Windows 7 SP1 ISO from Microsoft's Official DistributerLinks for Windows 7 SP1 ISO from Microsoft's Official DistributerBenchmark your System with Auslogics BenchtownBenchmark your System with Auslogics BenchtownReset System and Hidden Attributes for Files or Folders Caused by VirusReset System and Hidden Attributes for Files or Folders Caused by Virus

    12 comments on “Ask Raymond: How To Decrypt MD5 Hashed Strings?”

    1. Drew says:
      3 years ago

      The more common use of rainbow tables to quickly look up hashed values is also why it is important to utilize a unique salt for each password you hash.

      Say your authentication database was compromised and the hacker now has a full list of your passwords. If they each have their own salt the hacker can’t just use one rainbow table to determine the password, but must generate a separate table for each password as the salt must be removed before the password can be used.

      If you’re interested read up a little more on Wikipedia en.wikipedia.org/wiki/Salt_%28cryptography%29

      Reply
    2. nichtdort says:
      3 years ago

      Why not hashchecker.de ?

      Meta Searchengine for 40 hash databases

      Reply
    3. pr00t says:
      4 years ago

      Hi,

      An another md5 cracker :
      Online MD5 Revers | Hash cracker
      ice.breaker.free.fr/

      Nice day !

      Reply
    4. Rush says:
      4 years ago

      Great work, as usual Raymond. At first I thought no drug would fry a mans brain quite like Flash. That was two years ago before I learned about encryption, hashes, salts and algorithms. Haven\’t slept much since then. The stuff is addicting if you\’re a numbers junkie like myself. The site list of MD5\’s is awesome. I\’ll keep searching and see if I can find a few more for you.

      Reply
    5. Naeem says:
      4 years ago

      Thanks brother i really need this tut because i was really want to know about MD5.Thanks again.

      Reply
    6. akjbond007 says:
      4 years ago

      thnxxxxxxxxxxxxx

      raymond u r gr8 ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, for ever :-)

      Reply
    7. Lineker Tomazeli says:
      4 years ago

      one more time congratulation Raymond

      Reply
    8. Angelo R. says:
      4 years ago

      A lot of MD5 hash “decryption” services employ the use of Rainbow Tables. Essentially these are massive lookup tables. One method I use to create massive lookups, is simply to start generating them starting from aaaaa to zzzzz.

      Reply
    9. Jash Sayani says:
      4 years ago

      Great post Raymond ! :) Really helpful.

      By the way, whats the difference in MD5 check-sum and SHA1 checksum ?

      Thanks.

      Reply
    10. Hok says:
      4 years ago

      Microsoft has been telling that MD5 is broken. Fedora use SHA1.

      Reply
    11. Sandeep Jopat says:
      4 years ago

      That was a very good and informative writeup
      Thanks

      Reply
    12. findmehere.genius says:
      4 years ago

      Quite difficult to understand the encryptiondecryption but nice to know for General Awareness sake as I never use WordPress

      Even Though Thanx Raymond

      Reply

    Leave a Reply Cancel reply

    Your email address will not be published. Required fields are marked *

    Recently Updated

    • sniff hidden url

      5 Simple Tools to Display Hidden Remote URLs in Background or Web Installers

    • uac icon

      4 Ways to Disable User Account Control (UAC) for Specific Software in Windows

    • scan shared folder icon

      5 Tools to Scan Connected Computers on the Local Network and Find Shared Folders

    New Articles

    • task manager replacement icon

      Memory Usage Test to See Which is the Lightest Antivirus Software

    • kaspersky antivirus 2013 icon

      Activate Free Kaspersky Anti-Virus 2013 ROG with 1 Year License

    • remote access software

      Top 8 Remote Access Software for Providing Online Support

    Popular Posts

    • Top 10 FREE Data Recovery Software

      Top 10 FREE Data Recovery Software

    • How to Hack Into a Windows XP Computer Without Changing Password

      How to Hack Into a Windows XP Computer Without Changing Password

    • 10 Free Software to Mount CD or DVD ISO Image File as Virtual Drives

      10 Free Software to Mount CD or DVD ISO Image File as Virtual Drives

    Recommend on Google
    Follow @raymond_cc
    Subscribe Youtube »
    (c) 2013 Raymond.CC Blog
    • Contact
    • Disclaimer
    • Disclosure
    • Privacy Policy
    • Terms of Use
    • Sitemap