Difference between revisions of "Developers/sha1sum"

From Amahi Wiki
Jump to: navigation, search
(Created page with 'Given a file, say, XXXX.tar.gz, developers often need to make sure it's integrity is correct. Generally we do this obtaining a sha1sum of it. ** In Linux: use sha1sum in linux on…')
(No difference)

Revision as of 20:43, 21 August 2010

Given a file, say, XXXX.tar.gz, developers often need to make sure it's integrity is correct. Generally we do this obtaining a sha1sum of it.

    • In Linux: use sha1sum in linux on the tar/zip file, e.g. sha1sum XXXX.tar.gz
    • In Windows: use a tool like the HashCalc utility
    • In Mac OS X, use Hashtab