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…')
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
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.
 
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. <code>sha1sum XXXX.tar.gz</code>
+
* In Linux: use sha1sum in linux on the tar/zip file, e.g. <code>sha1sum XXXX.tar.gz</code>
** In Windows: use a tool like the [http://www.shareup.com/HashCalc-download-22889.html HashCalc utility]
+
* In Windows: use a tool like the [http://www.shareup.com/HashCalc-download-22889.html HashCalc utility]
** In Mac OS X, use Hashtab
+
* In Mac OS X, use [http://beeblebrox.org/hashtabmac/ Hashtab]
 +
 
 +
'''PLEASE NOTE''' that the amahi system expects the sha1sum in lowercase at lease for now! Please convert it to lowercase any time you put it in amahi.org

Latest revision as of 23:28, 22 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

PLEASE NOTE that the amahi system expects the sha1sum in lowercase at lease for now! Please convert it to lowercase any time you put it in amahi.org