F5F Stay Refreshed Software General Software What software exists for creating hashes to verify file integrity?

What software exists for creating hashes to verify file integrity?

What software exists for creating hashes to verify file integrity?

K
KerrBear2002
Member
53
12-30-2025, 06:46 PM
#1
You're searching for a method to create a hash for a RAW image file to ensure its integrity. This way, you can quickly verify if the file has been altered or corrupted, such as by checking for changes in a hash value. The concern is about detecting issues like bit flips that might render the image unusable.
K
KerrBear2002
12-30-2025, 06:46 PM #1

You're searching for a method to create a hash for a RAW image file to ensure its integrity. This way, you can quickly verify if the file has been altered or corrupted, such as by checking for changes in a hash value. The concern is about detecting issues like bit flips that might render the image unusable.

D
death250e
Junior Member
13
01-01-2026, 01:49 PM
#2
7-zip supports CRC and SHA checksums. Using the menu extensions during installation provides...
D
death250e
01-01-2026, 01:49 PM #2

7-zip supports CRC and SHA checksums. Using the menu extensions during installation provides...

_
_HawkyShark_
Member
59
01-01-2026, 02:11 PM
#3
7-zip supports CRC and SHA checksums. With menu extensions installed, you can create CRC values for files. For big files, use CRC64 instead of CRC32.
The 7-zip manual is available here: https://sevenzip.osdn.jp/chm/cmdline/commands/hash.htm
_
_HawkyShark_
01-01-2026, 02:11 PM #3

7-zip supports CRC and SHA checksums. With menu extensions installed, you can create CRC values for files. For big files, use CRC64 instead of CRC32.
The 7-zip manual is available here: https://sevenzip.osdn.jp/chm/cmdline/commands/hash.htm