Home      Download      Learn more      Tech      Help     
 
 

How do I calculate the MD5 and SHA1 file digests?


Tiger Privacy 

A file digest is just a quick way to check that a file is right.

On Windows, you can use Microsoft's FCIV program:

FCIV -md5 -sha1 <file name>

On Mac OSX and Linux, use openssl:

openssl dgst -md5 <file name>
openssl dgst -sha1 <file name>

Both programs are free.

Related Topics

Go back to the Support FAQ


Support Individual Rights Privacy policy
Copyright © 2005-2007 Tiger Privacy
SourceForge