Sentinel XP Development

HashComparer update: originally switched from C++98 to Python 2.7 due to OpenSSL problems, but Python was slow and gave a 660 MB file, so trying out Windows-native libraries like wincrypt.h...
 
Found three Powershell scripts with a functionality for hash comparison:

https://github.com/YoBigRube/powershell-compare-hash - mentions settings something in system policies which can be done automatically, though would prefer not to modify your systems THAT much
https://github.com/bytesizedalex/compare-hash
https://github.com/bytesizedalex/compare-hash - has A LOT of features, though is for PowerShell 4 (Windows 7, 8.1 or Windows Server 2012). Might have to adapt this for XP

https://github.com/Sheridan-Tech/Hash_Compare - the most promising

Will post back once I test them...
 
Back
Top