Definition

A file hash is a sequence of fixed-length characters created by applying a mathematical algorithm to the data within a file.

The generated hash is exclusive to that file and can be used to verify its identity because changing even one bit results in a different hash. It is commonly used in software distribution, digital forensics, and version control.

What are Hash Files Used for?