Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Applescript droplet to get the SHA1 checksum' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Applescript droplet to get the SHA1 checksum
Authored by: wallybear on Jun 11, '10 08:11:39AM

Funny! I just needed this yesterday to correct a sha1 checksum for Wine; after a little research I found that the command line to calculate the checksum is

openssl dgst -sha1 your_file

where your_file is obviously the file to checksum.



[ Reply to This | # ]