个人工具

“UbuntuHelp:HowToMD5SUM”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第3行: 第3行:
  
  
The computer program md5sum is designed to verify data integrity using the MD5 (Message-Digest algorithm 5) 128-bit cryptographic hash. When used properly, MD5 sums can confirm both file integrity and authenticity.
+
The program '''''md5sum''''' is designed to verify data integrity using the MD5 (Message-Digest algorithm 5) 128-bit cryptographic hash. MD5 hashes used properly can confirm both file integrity and authenticity.
  
In terms of integrity, an MD5 sum detects changes in files that would cause errors. The possibility of changes(errors) is proportional to the size of the file, as the file becomes larger, the possibility of errors increases. When you have a file like an OS install CD that has to be 100% correct, it is a very good idea to run an MD5 check on it.
+
In terms of integrity, an MD5 hash comparison detects changes in files that would cause errors. The possibility of changes (errors) is proportional to the size of the file; the possibility of errors increase as the file becomes larger. It is a very good idea to run an MD5 hash comparison check when you have a file like an operating system install CD that has to be 100% correct.
  
In terms of security, cryptographic hashes such as MD5 allow for authentication of data obtained from insecure mirrors. The MD5 sum, however, must come from an HTTPS page (or other secure source) of an organization you trust. While security flaws in the MD5 algorithm have been uncovered, MD5 sums are generally sufficient for casual use. For a list of all Ubuntu MD5 hashes, please refer to the secure UbuntuHashes page.
+
In terms of security, cryptographic hashes such as MD5 allow for authentication of data obtained from insecure mirrors. The MD5 hash must come from a secure source (an HTTPS page) of an organization you trust. While security flaws in the MD5 algorithm have been uncovered, MD5 hashes are generally sufficient for casual use. Please refer to the secure UbuntuHashes page for the official list of Ubuntu MD5 hashes.
  
 +
[[Anchor(linux)]]
 +
== MD5SUM on Linux ==
 +
Most Linux distributions come with the <code><nowiki>md5sum</nowiki></code> utility so installation is usually unnecessary. We are going to use the Ubuntu 6.10 Desktop install CD for the following example:
  
=== MD5SUM on Linux ===
+
First go to the correct directory to check a downloaded ''iso'' file:
 
+
Most Linux distributions come with the <code><nowiki>md5sum</nowiki></code> utility, so there is usually no need to install it.  To check an iso file, first go the correct directory:
+
 
<pre><nowiki>
 
<pre><nowiki>
 
cd download_directory</nowiki></pre>
 
cd download_directory</nowiki></pre>
Then from within the download directory, run the following command.
+
Then run the following command from within the download directory.
 
<pre><nowiki>
 
<pre><nowiki>
 
md5sum ubuntu-6.10-desktop-i386.iso</nowiki></pre>
 
md5sum ubuntu-6.10-desktop-i386.iso</nowiki></pre>
After scanning the file, md5sum should print out a single line:
+
The md5sum should print out a single line after calculating the hash:
 
<pre><nowiki>
 
<pre><nowiki>
b950a4d7cf3151e5f213843e2ad77fe3 ubuntu-6.10-desktop-i386.iso</nowiki></pre>
+
b950a4d7cf3151e5f213843e2ad77fe3 ubuntu-6.10-desktop-i386.iso</nowiki></pre>
  
Compare the hash (string on left) that your machine calculated, with the corresponding hash at UbuntuHashes. If they match, you're good to go. If they don't, try re-downloading the image file from another mirror.
+
Compare the hash (the alphanumeric string on left) that your machine calculated with the corresponding hash on the UbuntuHashes page. When both hashes match exactly then the downloaded file is almost certainly intact. If the hashes do not match, then there was a problem with either the download or a problem with the server. You should download the file again from either the same mirror, or from a different mirror if you suspect a server error. If you continuously receive an erroneous file from a server, please be kind and notify the webmaster of that mirror so they can investigate the issue.
  
=== MD5SUM on Mac OS X ===
+
== MD5SUM on Mac OS X ==
 +
Follow the instructions for [[linux MD5SUM on Linux]], except use the command "md5" instead of "md5sum".
  
Follow the instructions for Linux, except type "md5" instead of "md5sum".
+
== digest(1) on Solaris ==
 
+
Use the Solaris digest(1) command, specifying the md5 algorithm with the -a flag. For instance:
=== digest(1) on Solaris ===
+
 
+
Use the Solaris digest(1) command, specifying the md5 algorithm with the -a flag. For instance:
+
 
<pre><nowiki>
 
<pre><nowiki>
 
$ digest -a md5 ubuntu-6.10-server-sparc.iso
 
$ digest -a md5 ubuntu-6.10-server-sparc.iso
 
4971edddbfc667e0effbc0f6b4f7e7e0</nowiki></pre>
 
4971edddbfc667e0effbc0f6b4f7e7e0</nowiki></pre>
  
 +
== MD5SUM on Windows ==
 +
Windows does not come with '''''md5sum'''''. You must download one from another location, preferably one that you trust. There are command line utilities (<code><nowiki>md5sum.exe</nowiki></code>) that work similarly to the Unix utility; one public domain version with source is available from [http://www.fourmilab.ch/md5/ Fourmilab], but the version available from [http://cygwin.com/ Cygwin] is probably easier to install and update, and Cygwin is also recommended and trusted as the source for many more Unixy utilities. Once installed, Cygwin's '''''md5sum''''' behaves exactly as described in '''''MD5SUM on Linux''''' above.
  
=== MD5SUM on Windows ===
+
There are also graphical tools such as the one used in the walk-through provided below.
  
Windows does not come with an md5sum utility.  You must download one from another location, and preferably a location that you trust.  There are command line utilities (<code><nowiki>md5sum.exe</nowiki></code>) that work similarly to the Unix utility; one public domain version with source is available from [http://www.fourmilab.ch/md5/ Fourmilab].  Alternatively, there are graphical tools.  A walk-through for one is provided below.
+
* Download and install [http://www.nullriver.com/index/products/winmd5sum winMD5Sum], a free and open source hash verification program.
 
+
* Right-click the ISO file.
** Download and install [http://www.nullriver.com/index/products/winmd5sum winMD5Sum], a free and open source hash verification program.
+
* Click Send To, then `winMD5Sum`.
** Right-click the ISO file.
+
* Wait for `winMD5Sum` to load and finish the checksum (this may take a significant amount of time depending on your computer's performance).
** Click Send To, then `winMD5Sum`.
+
* Copy the corresponding hash from UbuntuHashes into the bottom text box.
** Wait for `winMD5Sum` to load and finish the checksum (this may take a significant amount of time depending on your computer's performance).
+
* Click "Compare"
** Copy the corresponding hash from UbuntuHashes into the bottom text box.
+
** Click "Compare"
+
 
https://help.ubuntu.com/community/HowToMD5SUM?action=AttachFile&do=get&target=winMD5Sum.png
 
https://help.ubuntu.com/community/HowToMD5SUM?action=AttachFile&do=get&target=winMD5Sum.png
** A message box will say "MD5 Check Sums are the same" if the hashes are equal.
+
* A message box will say "MD5 Check Sums are the same" if the hashes are equal.
  
=== MD5SUM on CD ===
+
== MD5SUM on CD ==
 +
To see if your Ubuntu CD was corrupted when burned to the disk, see the [[UbuntuHelp:CDIntegrityCheck]] page, or follow the instructions below.
  
There is a way to see if your Ubuntu CD was corrupted ''accidentally''.  First mount the CD, if not already mounted.
+
First mount the CD, if not already mounted:
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo mount /dev/hda /cdrom</nowiki></pre>
 
sudo mount /dev/hda /cdrom</nowiki></pre>
  
Then use the supplied md5sum file on the CD
+
Then use the supplied md5sum file on the CD:
 
<pre><nowiki>
 
<pre><nowiki>
 
cd /cdrom
 
cd /cdrom
 
md5sum -c md5sum.txt | grep -v 'OK$'</nowiki></pre>
 
md5sum -c md5sum.txt | grep -v 'OK$'</nowiki></pre>
  
If the command outputs any errors, you'll know either the burn was bad or the .iso is bad. However, .iso files can easily be tampered with in such a way that this method shows no errors.  To avoid this, please check the md5 of the iso file itself (before making a CD) against that file's sum at UbuntuHashes, a secure page.
+
If the command outputs any errors, you'll know that either the burn was bad or the .iso is corrupt. Please note that this method does not verify authenticity unless the hash of the iso file is compared to the hash at the secure UbuntuHashes page.
  
=== External Links ===
+
== External Links ==
* [http://www.openoffice.org/dev_docs/using_md5sums.html Open Office MD5SUM How to]
+
 
* [http://en.wikipedia.org/wiki/Cryptographic_hash_function Wikipedia's Cryptographic Hash Entry]
 
* [http://en.wikipedia.org/wiki/Cryptographic_hash_function Wikipedia's Cryptographic Hash Entry]
  
 +
----
 +
Outstanding Issues
 +
* Something with respect to the MD5SUMS.gpg file should be added or linked to herein.
  
 +
----
 
[[category:CategoryDocumentation]]
 
[[category:CategoryDocumentation]]
 
=== Outstanding Issues ===
 
* Something with respect to the MD5SUMS.gpg file should be added or linked to herein.
 
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月22日 (四) 13:04的版本


The program md5sum is designed to verify data integrity using the MD5 (Message-Digest algorithm 5) 128-bit cryptographic hash. MD5 hashes used properly can confirm both file integrity and authenticity.

In terms of integrity, an MD5 hash comparison detects changes in files that would cause errors. The possibility of changes (errors) is proportional to the size of the file; the possibility of errors increase as the file becomes larger. It is a very good idea to run an MD5 hash comparison check when you have a file like an operating system install CD that has to be 100% correct.

In terms of security, cryptographic hashes such as MD5 allow for authentication of data obtained from insecure mirrors. The MD5 hash must come from a secure source (an HTTPS page) of an organization you trust. While security flaws in the MD5 algorithm have been uncovered, MD5 hashes are generally sufficient for casual use. Please refer to the secure UbuntuHashes page for the official list of Ubuntu MD5 hashes.

Anchor(linux)

MD5SUM on Linux

Most Linux distributions come with the md5sum utility so installation is usually unnecessary. We are going to use the Ubuntu 6.10 Desktop install CD for the following example:

First go to the correct directory to check a downloaded iso file:

cd download_directory

Then run the following command from within the download directory.

md5sum ubuntu-6.10-desktop-i386.iso

The md5sum should print out a single line after calculating the hash:

b950a4d7cf3151e5f213843e2ad77fe3 ubuntu-6.10-desktop-i386.iso

Compare the hash (the alphanumeric string on left) that your machine calculated with the corresponding hash on the UbuntuHashes page. When both hashes match exactly then the downloaded file is almost certainly intact. If the hashes do not match, then there was a problem with either the download or a problem with the server. You should download the file again from either the same mirror, or from a different mirror if you suspect a server error. If you continuously receive an erroneous file from a server, please be kind and notify the webmaster of that mirror so they can investigate the issue.

MD5SUM on Mac OS X

Follow the instructions for linux MD5SUM on Linux, except use the command "md5" instead of "md5sum".

digest(1) on Solaris

Use the Solaris digest(1) command, specifying the md5 algorithm with the -a flag. For instance:

$ digest -a md5 ubuntu-6.10-server-sparc.iso
4971edddbfc667e0effbc0f6b4f7e7e0

MD5SUM on Windows

Windows does not come with md5sum. You must download one from another location, preferably one that you trust. There are command line utilities (md5sum.exe) that work similarly to the Unix utility; one public domain version with source is available from Fourmilab, but the version available from Cygwin is probably easier to install and update, and Cygwin is also recommended and trusted as the source for many more Unixy utilities. Once installed, Cygwin's md5sum behaves exactly as described in MD5SUM on Linux above.

There are also graphical tools such as the one used in the walk-through provided below.

  • Download and install winMD5Sum, a free and open source hash verification program.
  • Right-click the ISO file.
  • Click Send To, then `winMD5Sum`.
  • Wait for `winMD5Sum` to load and finish the checksum (this may take a significant amount of time depending on your computer's performance).
  • Copy the corresponding hash from UbuntuHashes into the bottom text box.
  • Click "Compare"

HowToMD5SUM?action=AttachFile&do=get&target=winMD5Sum.png

  • A message box will say "MD5 Check Sums are the same" if the hashes are equal.

MD5SUM on CD

To see if your Ubuntu CD was corrupted when burned to the disk, see the UbuntuHelp:CDIntegrityCheck page, or follow the instructions below.

First mount the CD, if not already mounted:

sudo mount /dev/hda /cdrom

Then use the supplied md5sum file on the CD:

cd /cdrom
md5sum -c md5sum.txt | grep -v 'OK$'

If the command outputs any errors, you'll know that either the burn was bad or the .iso is corrupt. Please note that this method does not verify authenticity unless the hash of the iso file is compared to the hash at the secure UbuntuHashes page.

External Links


Outstanding Issues

  • Something with respect to the MD5SUMS.gpg file should be added or linked to herein.