What is MD5 Hash and How to Use it?
In this post I will explain you about one of my favorite and interesting cryptographic algorithm called MD5 (Message-Digest algorithm 5). This algorithm is mainly used to perform file integrity checks under most circumstances. Here I will not jump into the technical aspects of this algorithm, rather will tell you about how to make use of this algorithm in your daily life. Before I tell you about how to use MD5, I would like to share one of my recent experience which made me start using MD5 algorithm.
Recently I made some significant changes and updates to my website and as obvious I generated a complete backup of the site on my server. I downloaded this backup onto my PC and deleted the original one on the server. But after a few days something went wrong and I wanted to restore the backup that I downloaded. When I tried to restore the backup I was shocked! The backup file that I used to restore was corrupted. That means, the backup file that I downloaded onto my PC wasn’t exactly the one that was on my server. The reason is that there occured some data loss during the download process. Yes, this data loss can happen often when a file is downloaded from the Internet. The file can be corrupted due to any of the following reasons.
- Data loss during the download process, due to instability in the Internet connection/server
- The file can be tampered due to virus infections or
- Due to Hacker attacks
So whenever you download any valuable data from the Internet it is completely necessary that you check the integrity of the downloaded file. That is you need to ensure that the downloaded file is exactly the same as that of the original one. In this scenario the MD5 hash can become handy. All you have to do is generate MD5 hash (or MD5 check-sum) for the intended file on your server. After you download the file onto your PC, again generate MD5 hash for the downloaded file. Compare these two hashes and if it matches then it means that the file is downloaded perfectly without any data loss.
A MD5 hash is nothing but a 32 digit hexadicimal number which can be something as follows
This hash is unique for every file irrespective of it’s size and type. That means two .exe files with the same size will not have the same MD5 hash even though they are of same type and size. So MD5 hash can be used to uniquely identify a file.
How to use MD5 Hash to check the Integrity of Files?
Suppose you have a file called backup.tar on your server. Before you download, you need to generate MD5 hash for this file on your server. To do so use the following command.
For UNIX:
When you hit ENTER you’ll see something as follows
This is the MD5 hash for the file backup.tar. After you download this file onto your PC, you can cross check it’s integrity by again re-generating MD5 hash for the downloaded file. If both the hash matches then it means that the file is perfect. Otherwise it means that the file is corrupt. To generate the MD5 hash for the downloaded file on your Windows PC use the following freeware tool
MD5 Summer (Click on the link to download)
I hope you like this post. For further doubts and clarifications please pass your comments. Cheers!
Popularity: 5% [?]
Visitors who read this post, also read:
By using/following this site you agree to our Legal Disclaimer


Hello…you Really Rock ! Can i ask u 1 q? do u know how to make a good template for a blog? please reply
I am great fan of urs Srikanth
Is that “md5sum” inbuilt command ?
Or have to install any extra packages?
And another thing is that will it work on linux?
@ funcky
MD5SUM is inbuilt on all UNIX systems. However on Windows your need to install the package. The download link is given in the post itself.
Hi!Thanks for giving lot of knowledge
Thanks Srikanth for such a wonderful tip…but the download link is not working…
hi i really like your article
hey dude…bt hw 2 decrypt d encryptd code….???
Thanks alot ur hacks are great!
Thz for the post.;…:)
Very nice information
Hi sri, i have one doubt , can we convert MD5 hash to a real string(text) , that should be the same used to convert MD5
@ Faizal
MD5 hash is reversible only when you know the method and the key used for encryption. Often this is kept secret and hence it’s not possible to reverse it back in most cases. If you know then you can decrypt (reverse) it back.
you rocks dude i have visited many hacking sites bt this is best awesome but i have problem in compiling file it tels so many errors
how to decrypt md5 hash….
Sir ur posts has been a guide and I love it so much.
I too still ‘ve a problem on compiling file to exe? pls, where u said cd command has been my problem. I need ur help thanks.
Hi Srikanth.
Very good explanation. Just thought you’d like to know I’ve built a web tool for performing MD5 sums. You can use it here: http://www.md5hasher.net
Regards
It is really awsome post about md5 encryption security.Thanks a lot for this post.
Leave your response!
EMAIL SECURITY »
What to do when your Email Account is Hacked?
How to Recover Hacked Email Accounts?
It can be a real nightmare if someone hacks and takes control of your email account as it may contain confidential information like bank logins, credit card details and other sensitive data. …
HOW-TO GUIDES »
How to Detect Anonymous IP Addresses
As the fraudsters are now becoming more sophisticated in bypassing the Geo-location controls by using proxies (Anonymous IPs) to spoof their IP address, it has become very much necessary to come up with a means …
INTERNET SECURITY »
How to Detect Anonymous IP Addresses
As the fraudsters are now becoming more sophisticated in bypassing the Geo-location controls by using proxies (Anonymous IPs) to spoof their IP address, it has become very much necessary to come up with a means …
NETWORK HACKS »
How to Hack an Ethernet ADSL Router
Almost half of the Internet users across the globe use ADSL routers/modems to connect to the Internet however, most of them are unaware of the fact that it has a serious vulnerability which can easily be exploited even by a …
VIRUS CREATION »
How to Test the Working of your Antivirus – EICAR Test
Have you ever wondered how to test your Antivirus software to ensure it’s proper working? Well here is a quick and easy way to test your antivirus. The process is called EICAR test which will …
Categories
Blogroll
Recent Comments
Most Commented
Most Popular
Log In | Entries (RSS) | Comments (RSS) | Sitemap