Use File Hash Generator in three steps
- 1
Choose a file from your device.
- 2
Select the hash algorithm.
- 3
Generate and copy the checksum.
What a checksum can tell you
A cryptographic hash produces a fixed-length fingerprint from file contents. If one byte changes, the resulting hash should change. Comparing a trusted published checksum with your calculated value can reveal corruption or modification.
A matching checksum confirms that the bytes match the referenced copy. It does not prove that the original publisher was trustworthy.
Choose SHA-256 for general verification
SHA-256 is widely used for software and archive checksums. SHA-384 and SHA-512 produce longer values and are also available when a source publishes one of those algorithms.