Hash

Found another itch that needed scratching. File hashing.

Every now and again I come across the need to calculate the hash of a file. Either to verify its integrity, check a copy routine, or verify a checksum routine. Most solutions to this are overly complicated. So I’ve created a simple command line program called hash.

> hash –-sha1 hash.exe
sha1(hash.exe)= 519e13cb8bb5e28a7fd161594b4e54289042229a

Hash is available from the programs section.