login/register

Snip!t from collection of Fiona

see all channels for Fiona

Snip
summary

Checksums computed on the content of downloaded files ar...
To compute such a checksum with the help Mac OS X, Apple ...
Perform the following steps:
Make sure you have the icon of the downloaded file displ ...
... d page). If it is identical, the file w

How to verify a SHA1 checksum
http://www.bresink.com/osx/sha1.html

Categories

/Channels/mac os x

[ go to category ]

For Snip

loading snip actions ...

For Page

loading url actions ...

Full snip

Checksums computed on the content of downloaded files are a way to verify that the content is authentic and has neither been altered by an unauthorized third party, nor been damaged during the transfer process across the Internet.
To compute such a checksum with the help Mac OS X, Apple recommends the use of the so-called SHA1 standard (Secure Hash Algorithm Version 1). Apple is using this method for their own security updates as well. For more information please also refer to Apple Knowledge Base document 75510.
Perform the following steps:
Make sure you have the icon of the downloaded file displayed somewhere in the Finder.
Open the Terminal application.
Enter the command
/usr/bin/openssl sha1
into the Terminal window but don't press the Return key (Enter) yet. Instead, enter a blank character (space bar) after the "1".
Drag the icon of the downloaded file from the Finder window into the Terminal window. A path specification will appear in the Terminal window.
Now press the Return key (Enter).
You will see output similar to the following example:
SHA1(path specification)= 2eb722f340d4e57aa79bb5422b94d556888cbf38.
The long sequence of digits and letters is the SHA1 checksum. Compare it to the checksum the file should have. (The correct checksum is mentioned on our respective download page). If it is identical, the file will be authentic.