Questions tagged [md5sum]

md5sum is a command line program used to calculate MD5 hashes of files, and provides a simple way to check the integrity of a download.

Since any two given files are very unlikely to have the same MD5 hash sum unless they are exactly the same, the md5sum command line program is commonly used to verify download integrity, particularly for large files.

For example, it is generally recommended to run md5sum on a downloaded Ubuntu .iso file and comparing the result to the official hash for that particular image before creating a LiveCD/LiveUSB with it. This is to check for errors which could cause problems when trying to run or install it.

md5sum could also be used when the official hash for a piece of software is known and it is downloaded from somewhere other than the original source. This can help verify that the software is the particular version sought and that it is genuine (although when used for the latter purpose, it's worth noting that this is not a foolproof method; see link #2).


Links for further information:

  1. http://en.wikipedia.org/wiki/Md5sum
  2. http://en.wikipedia.org/wiki/Md5
  3. https://help.ubuntu.com/community/HowToMD5SUM

When using md5sum specifically to check Ubuntu .iso integrity, you can refer to a list of the correct MD5 hashes for each image version for all currently supported versions of Ubuntu here: https://help.ubuntu.com/community/UbuntuHashes

100 questions
10
votes
4 answers

Dump md5 and sha1 checksums with a single command!

I am looking for command or utilities for calculating md5,sha1 hash value by one command. Right now ubuntu has sha1sum and md5sum command for calculating hash value.
M S Parmar
  • 293
  • 1
  • 4
  • 9
9
votes
1 answer

Nautlius: add mouse right-click action to compute MD5 sum

Context: 16.04 How does one mouse right-click action to compute the MD5 sum of a file?
gatorback
  • 5,785
  • 9
  • 40
  • 65
7
votes
3 answers

How to change MD5 of a file

We can get MD5 of a file by using md5sum so my questions are: Could the MD5 be changed? How to change the MD5?
3
votes
3 answers

MD5 checksum cross-platform compatibility

I was just checking a md5 checksum to see if a file has downloaded correctly or not. situation is like this. I have downloaded a Linux iso file in Windows and checked the md5 with the Microsoft 'File checksum integrity verifier' utility. it is…
ulkaNCST
  • 749
2
votes
1 answer

Are my md5 keys actually different? Do I have to redownload Ubuntu?

I have downloaded the ubuntu-14.04.3-desktop-amd64 Ubuntu version, I just did the md5sum check from the Windiws command prompt and had 414f5d28b2ac85d0e7aaf969f9bd0cb5 as a return. As far as the md5 key given here is…
2
votes
2 answers

How do I install a program using a .md5 file?

This is a very basic question that probably has a very easy answer. I am a frequent customer at humblebundle.com and some of the games come in a format called ".md5". I understand it is a format that is used to check an image for errors (after some…
Jan
  • 23
  • 1
  • 3
2
votes
3 answers

Should I be worried? md5

I installed Ubuntu 12.04 a few weeks ago, from a download off of the website. I still have the dvd used. I was talking to my friend today about it and he mentioned something about checking the hash to make sure it was a good copy, as sometimes the…
Bryan
  • 237
1
vote
3 answers

Check several files with MD5

Every month, a company sends me a hard drive - ext4 encrypted with cryptsetup - with backup files from a server. In that drive there are 1000+ files, and they almost fill up a 2Tb HDD. Each file has a corresponding .md5 file so we can check the…
1
vote
1 answer

Searching for MD5SUMS of 12.04 Daily Build on January 19th

I downloaded and burned Precise Pangolin Daily Build on 19th January 2013 but forgot to gather the MD5Sum... which was a bad idea since I'd like to verify the file & disk now. Is there an archive for Daily Builds MD5SUMs? The iso file was called…
Denise
  • 13
0
votes
2 answers

Output MD5Sum of a string to a file

How can I add the output of a string in MD5 to a file, for example add the MD5 of Hello, world! to a file /home/documents/helloworld.txt
The_Bear
  • 111
-1
votes
1 answer

I am not able to find the md5sum for ubuntu 14.04.1 iso image

I have just downloaded the new release of ubuntu which is ubuntu 14.04.1. but i am unable to find the md5sum for this. the ubuntu website show me the md5sums of ubuntu 14.04 and more previous versions. so how to find the md5sum for ubuntu…
Rajiv
  • 101
  • 1
  • 1
  • 8
-1
votes
2 answers

a question about md5sum

Can i be sure, that a burned Ubuntu DVD with right md5 checksum result is free of any malware or could there still be malware on the DVD f.e. in case it was created on a already infected PC? Regards boomx4
boomx4
  • 1