PDA

View Full Version : How to generate file hash with progress bar


maybeknow
22-09-2021, 03:12
Hi I want to generate Hash from a file in inno setup
I found ISHash (https://fileforums.com/showthread.php?t=99835), its have useful function for generate hash, but problem is it only support progress bar if you give the hash to it to check, but I only want to get hash from a file and compare it to a list of hash that I have
anyone have any Idea?