MD5チェックサムの確認方法

From Apache OpenOffice Wiki
< JA‎ | QA
Revision as of 20:23, 24 June 2009 by Bluedwarf (Talk | contribs)

Jump to: navigation, search


これは以下の文の翻訳です。現在、翻訳中です。 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:

WindowsでMD5チェックサムを確認する方法:

The Easy Way (digestIT with GUI)

簡単な方法 (GUIのdigestITを使う)

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

digestITは多くのWindowsユーザーが簡単に使えるグラフィカルなツールです。

  1. Download digestIT.
  2. digestITをダウンロードします。
  3. Navigate in Windows Explorer to the directory where you saved/downloaded the OpenOffice.org archive.
  4. WindowsエクスプローラーでOpenOffice.orgをダウンロード(保存)した先のフォルダを開いてください。
  5. Right click the OpenOffice.org archive file in and select digestIT -> Verify MD5 Hash (or Calculate MD5 Hash).
    digestit.jpg
  6. ダウンロードしたOpenOffice.orgのファイルを右クリックし、 digestIT -> Verify MD5 Hash (またはCalculate MD5 Hash) を選択してください。
    http://www.openoffice.org/branding/images/md5sums
  7. 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).
  8. "Verify MD5 Hash"を選択したのであれば、MD5Sumの一覧ページからMD5チェックサムをコピー&ペーストをしてください。MD5Sumの一覧ページは最新版のダウンロードページからリンクされています。もしチェックサムが合っているのであれば、"Digest matches. Verification succeeded."と表示されます。
    digestit2.jpg
    "Calculate MD5 Hash" を選択したのであれば、算出されたMD5チェックサムと、MD5Sumの一覧ページに記載されているMD5チェックサムを自分の目で比較する必要があります。MD5Sumの一覧ページは最新版のダウンロードページからリンクされています。

The Less Easy Way (md5sum on the command line)

DOSプロンプトを使う方法 (md5sumコマンド)

  1. Download md5sum.exe and copy the file to C:\Windows (or C:\WINNT for Windows NT 4.0/2000).
  2. md5sum.exe をダウンロードして、 C:\Windows (Windos NT 4.0/2000であれば、 C:\WINNT)にコピーしてください。
  3. Open a DOS prompt by clicking "Run" in the start menu, then type command (Windows 9x/ME) or cmd (WinNT/2K/XP).
  4. スタートメニューから「ファイル名を指定して実行」を選択し、Windows 9x/MEでは command を、 WinNT/2K/XPでは cmd を入力して、DOSプロンプトを開いてください。
  5. 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".
  6. DOSプロンプトウィンドウで、 cd コマンドを使ってOpenOffice.orgのアーカイブをダウンロードしたディレクトリに移動してください。例えば、 C:\My Documents\Downloads\ にダウンロードしたのであれば、 次のようにコマンドを入力してください: cd "My Documents\Downloads"
  7. 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.
  8. D:ドライブなどのように、他のドライブにダウンロードしたのであれば、最初に d: と入力してドライブを変更した後、 "cd" コマンドで適切なディレクトリに移動してください。
  9. Now type md5sum archive_name.exe
    With most users this will look like: md5sum [filename]
  10. md5sum (アーカイブ名).exe と入力してください。
    多くのユーザーにとっては次のような感じです: md5sum [filename] (訳注: "With most users this will look like"の意味が分かりません。)
  11. 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
  12. md5sumプログラムは、アーカイブファイルのチェックサムを計算して次の行に表示し、 さらに * (アーカイブ名).exe と表示されます。
    具体的にはこの図のようになります:
    dos.jpg
  13. 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).
  14. 計算されたMD5チェックサムと、MD5Sumの一覧ページに記載されているMD5チェックサムを比較してください。MD5Sumの一覧ページは最新版のダウンロードページからリンクされており、MD5チェックサムはアーカイブ名に対応して記載されています。
  15. 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:
  16. 楽に比較するには、DOSプロンプトウィンドウを小さくして、チェックサムの一覧を表示しているウィンドウの上に移動させてみてください。ここで、2つの場合が考えられます:
    1. Both checksums are the same. This means you have downloaded the OpenOffice.org package.
    2. 2つのチェックサムが一致した場合。この場合、OpenOffice.orgのパッケージを無事にダウンロードできたことを意味します。
    3. 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.
    4. チェックサムが一致しない場合。この場合、ダウンロード中に何か問題が発生しているか、サーバー上のファイルがそもそもオリジナルのものと異なっている可能性があります。もしダウンロード作業に何も問題が無いことが分かっているのであれば、webmasters@openoffice.orgにお知らせください。

This is how you verify MD5 Checksums under Linux:

LinuxでMD5チェックサムを確認する方法

  1. In the shell of your preference, type the command "md5sum Archivname.tar.gz"
  2. 普段使っているシェルで、 "md5sum (アーカイブ名).tar.gz" とコマンドを打ってください。
  3. 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).
  4. 計算されたMD5チェックサムと、MD5Sumの一覧ページに記載されているMD5チェックサムを比較してください。MD5Sumの一覧ページは最新版のダウンロードページからリンクされており、MD5チェックサムはアーカイブ名に対応して記載されています。
  5. If the checksums do not match, and you are sure it isn't caused by an error during downloading, please inform webmasters@openoffice.org.
  6. チェックサムが一致しない場合には、もしダウンロード中の問題が原因でないことが分かっているのであれば、webmasters@openoffice.orgにお知らせください。

Links to the Windows md5sum checker md5sum.exe application

Windows MD5チェックサム確認プログラム md5sum.exe へのリンク

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

もし以下のリンクのどれか一つがリンク切れであったとしても、他のものを試してみてください。ダウンロードされるプログラムはどれも同じです。 md5.zip にはソースコードも含まれています。

Original: Simon Brouwer (2003-11). Revised: Ant Bryan (2006-02). 翻訳: 中本崇志 (2009-06).

Personal tools