Difference between revisions of "JA/QA/Download/Using md5sum"

From Apache OpenOffice Wiki
< JA‎ | QA
Jump to: navigation, search
(New page: = Using MD5 Checksums = __NOTOC__ Contents * Firefox on All Platforms * [[#This_is_how_you_verify_...)
 
Line 1: Line 1:
= Using MD5 Checksums =
+
{{DISPLAYTITLE:MD5チェックサムの確認方法}}
 +
 
 +
これは以下の文の翻訳です。現在、翻訳中です。
 +
http://www.openoffice.org/dev_docs/using_md5sums.html
 +
 
 
__NOTOC__
 
__NOTOC__
  
 
Contents
 
Contents
 +
 +
目次
 
* [[#This_is_how_you_verify_MD5_Checksums_on_All_Platforms_with_the_Firefox_web_browser:|Firefox on All Platforms]]
 
* [[#This_is_how_you_verify_MD5_Checksums_on_All_Platforms_with_the_Firefox_web_browser:|Firefox on All Platforms]]
 
* [[#This_is_how_you_verify_MD5_Checksums_under_Windows:|Windows]]
 
* [[#This_is_how_you_verify_MD5_Checksums_under_Windows:|Windows]]
Line 8: Line 14:
  
 
MD5 Checksums are used to establish the code integrity of software you download. Using the md5sums grants you more security.
 
MD5 Checksums are used to establish the code integrity of software you download. Using the md5sums grants you more security.
 +
 +
MD5チェックサムは、ダウンロードしたソフトウェアが改ざんされていないことを確認するのに利用するものです。md5チェックサムを用いることで、より安全にソフトウェアを利用することができます。
  
 
=== This is how you verify MD5 Checksums on All Platforms with the Firefox web browser: ===
 
=== This is how you verify MD5 Checksums on All Platforms with the Firefox web browser: ===
 +
 +
=== ウェブブラウザとしてFirefoxを使っている場合のMD5チェックサムの確認方法(どのOSでも) ===
  
 
# Install the [http://mdhashtool.mozdev.org/installation.html MD Hash Tool extension] for Firefox, then close and restart Firefox for it to take effect. (You may want to temporarily bookmark this page so you can easily find it again). ''Update: it seems that this extension is no longer valid for Firefox. If there is a more modern one, please let us know! Thanks, the OpenOffice.org Team''.
 
# Install the [http://mdhashtool.mozdev.org/installation.html MD Hash Tool extension] for Firefox, then close and restart Firefox for it to take effect. (You may want to temporarily bookmark this page so you can easily find it again). ''Update: it seems that this extension is no longer valid for Firefox. If there is a more modern one, please let us know! Thanks, the OpenOffice.org Team''.

Revision as of 19:08, 16 June 2009


これは以下の文の翻訳です。現在、翻訳中です。 http://www.openoffice.org/dev_docs/using_md5sums.html


Contents

目次

MD5 Checksums are used to establish the code integrity of software you download. Using the md5sums grants you more security.

MD5チェックサムは、ダウンロードしたソフトウェアが改ざんされていないことを確認するのに利用するものです。md5チェックサムを用いることで、より安全にソフトウェアを利用することができます。

This is how you verify MD5 Checksums on All Platforms with the Firefox web browser:

ウェブブラウザとしてFirefoxを使っている場合のMD5チェックサムの確認方法(どのOSでも)

  1. Install the MD Hash Tool extension for Firefox, then close and restart Firefox for it to take effect. (You may want to temporarily bookmark this page so you can easily find it again). Update: it seems that this extension is no longer valid for Firefox. If there is a more modern one, please let us know! Thanks, the OpenOffice.org Team.
  2. Download the OpenOffice.org archive file for your Operating System.
  3. In Firefox, go to the "Downloads" window (if you don't see it, press Control-J or select Tools from the top menu, then Downloads) and right click the OpenOffice.org archive file, then select "Check Digest" as shown below.
    checkdigest.jpg
  4. Copy the MD5 Checksum for the corresponding OpenOffice.org archive file from the MD5Sum page (linked to on the latest download page) and paste it into the "Reference Digest" space. Now, there are two possibilities:
    1. If a green light and "match" are displayed (as shown below), both checksums are the same. This means you have downloaded the OpenOffice.org package.
    2. If a red X and "no match" are displayed, the checksums do not match. This means an error occurred during download, or the file on the server is not the same as the original. If you are sure that the download proceeded without problems, then please inform webmasters@openoffice.org.
      match.jpg

Note: If you downloaded the OpenOffice.org archive file before you installed MD Hash Tool, you can now verify the MD5 Checksum without downloading it again. Select Tools from the top menu, then MD Hash Tool. Input type: file and Hash Alg: MD5 should be the default. Click "browse..." then select the OpenOffice.org archive file, then click "compute digest." Compare the Message Digest (calculated MD5 Checksum) with the one listed for the corresponding OpenOffice.org archive on the MD5Sum page (linked to on the latest download page).

computedigest.jpg

This is how you verify MD5 Checksums under Windows:

The Easy Way (digestIT with GUI)

digestIT is a graphical tool that should be easier to use for most Windows users.

  1. Download digestIT.
  2. Navigate in Windows Explorer to the directory where you saved/downloaded the OpenOffice.org archive.
  3. Right click the OpenOffice.org archive file in and select digestIT -> Verify MD5 Hash (or Calculate MD5 Hash).
    digestit.jpg
  4. If you select "Verify MD5 Hash" then you will be able to copy and paste the MD5 from MD5Sum page (linked to on the latest download page). If the checksums match, you will see: "Digest matches. Verification succeeded."
    digestit2.jpg
    If you select "Calculate MD5 Hash" then you will need to visually compare the calculated MD5 with the one listed on the MD5Sum page (linked to on the latest download page).

The Less Easy Way (md5sum on the command line)

  1. Download md5sum.exe and copy the file to C:\Windows (or C:\WINNT for Windows NT 4.0/2000).
  2. Open a DOS prompt by clicking "Run" in the start menu, then type command (Windows 9x/ME) or cmd (WinNT/2K/XP).
  3. In the DOS prompt window, use the cd command to navigate to the subdirectory where you stored the downloaded OpenOffice.org archive file. For example, assume that your downloaded OpenOffice.org archive file is in C:\My Documents\Downloads\, then the command would be: cd "My Documents\Downloads".
  4. If it is on another drive, e.g. on the D: drive, you have to change the drive with d: and then change to the proper subdirectory using the "cd" command.
  5. Now type md5sum archive_name.exe
    With most users this will look like: md5sum [filename]
  6. The md5sum program will calculate the checksum of the archive file, and it will show this on the next line, followed by * Archive_name.exe
    It should look something like this:
    dos.jpg
  7. Compare the calculated MD5 Checksum with the one listed for the corresponding OpenOffice.org archive on the MD5Sum page (linked to on the latest download page).
  8. For easier comparison, you could make the DOS prompt window smaller and place it above the window showing the listed checksums. Now, there are two possibilities:
    1. Both checksums are the same. This means you have downloaded the OpenOffice.org package.
    2. The checksums do not match. This means an error occurred during download, or the file on the server is not the same as the original. If you are sure that the download proceeded without problems, then please inform webmasters@openoffice.org.

This is how you verify MD5 Checksums under Linux:

  1. In the shell of your preference, type the command "md5sum Archivname.tar.gz"
  2. Compare the calculated MD5 Checksum with the one listed for the corresponding OpenOffice.org archive on the MD5Sum page (linked to on the latest download page).
  3. If the checksums do not match, and you are sure it isn't caused by an error during downloading, please inform webmasters@openoffice.org.

Links to the Windows md5sum checker md5sum.exe application

If one of the links below doesn't work, try another one. The small application downloaded is the same. md5.zip includes source code.

Original: Simon Brouwer (2003-11). Revised: Ant Bryan (2006-02).

Personal tools