Hash Generator and Validation Tool

This tool will generate hash strings to validate directories and files, in the same vein as hashdeep or fciv. I wrote it after giving up trying to find a decent tool to validate my backups. Although many tools like the two previously mentioned will generate hash files for...

Cost / License

  • Free
  • Open Source

Platforms

  • Windows
  • Linux  makes use of zlib, md6, and sphlib to generate hash values.
-
No reviews
3likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Checksums verification

 Tags

  • hash-calculator
  • file-validation
  • checksum

Hash Generator and Validation Tool News & Activities

Highlights All activities

Recent activities

Show all activities

Hash Generator and Validation Tool information

  • Developed by

    Rich Herrick
  • Licensing

    Open Source and Free product.
  • Alternatives

    45 alternatives listed
  • Supported Languages

    • English
Hash Generator and Validation Tool was added to AlternativeTo by Nick Romson on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is Hash Generator and Validation Tool?

This tool will generate hash strings to validate directories and files, in the same vein as hashdeep or fciv. I wrote it after giving up trying to find a decent tool to validate my backups. Although many tools like the two previously mentioned will generate hash files for directory trees, none seem to support maintaining those files as the trees change over time. Hash has many option to keeps the hash files, and the files the hashes were generated from, in sync.

Hash can be built for Windows or Linux, and supports many types of hashes, including CRC (any), HAVAL, MD5, MD6, SHA-2, SHA-3, Tiger, Whirlpool, etc. It fully supports Unicode file names, with no limit on length (Windows, itself, has a limit of 32,767 characters).

Please see readme.txt in the zip file for information on how to build and run the tool, help.txt on how to use the tool, and changes.txt for changes.

Hash makes use of zlib, md6, and sphlib to generate hash values.