File Hash 1.0

A utility that can calculate and verify a variety of hash codes for files.
Rating
Your vote:
Latest version:
1.0.1 See all
Developer:
Download
Commercial
Used by 1 person
Awards: Mac Informer Editor Rating 4
Info updated on:

File Hash is a utility application that can calculate and verify a variety of hash codes (one at a time) for a user-specified file. In calculation mode, the user specifies the file and the hash type, and the program spits out a character string that represents the file. In verification mode, the user specifies the file, the hash type, and the hash code, and the program determines whether the code matches up to the combination of file and hash type.

Verification mode is quite useful for those looking to verify the integrity of downloaded files, a common use for file hashes, because it automatically performs the character-by-character checking that is otherwise necessarily manual for simple generators. Most of the time the hash for an incorrect file will be obviously different from the goal hash such that a detailed check is not necessary. But not always. Even if it looks like a match, one cannot know that without checking each character.

Another nifty feature of verification mode is a simple check of character length. It would be useful to have a check that the characters provided are also valid for the hash type, but the check of length is mostly sufficient to ensure that a user doesn't specify the wrong type by mistake.

Sam's Protip: From personal experience, hash codes can show up in unexpected places, so it's always useful to have an app like this around.

SL Senior editor
Sam Lloyd
Editor rating:
rating

Screenshots (5)

Review summary

Pros

  • Ten different hash types supported
  • Verification mode can compare hash codes and verify that length of user-provided hash code matches hash type

Cons

  • No drag and drop
  • No verification that user-provided hash characters are valid for hash type

Comments

User

Your vote: