i need to calculate checksum of some file, in sha1 base32 any existent windows application i can use? greets
|
feedback
|
migrated from stackoverflow.com May 24 '10 at 18:44
This question came from our site for professional and enthusiast programmers.
|
You could always use Cygwin | |||||||||
feedback
|
|
I haven't tried it, but this seems promising. | |||
|
feedback
|
|
| |||||
|
feedback
|
|
http://nl3.php.net/manual/en/function.sha1-file.php#61741 This comment - links directly to the comment - contains a sha1 base32 script for running on files. It is the most useful thing I've found thus far - if you know the basics of using PHP should be pretty simple. I'm going to take it and make a PHP shell script out of it so I can pipe right into it personally. Your mileage may vary. | |||
|
feedback
|