Page 1 of 1

File Integrity - More

Posted: Sat Jul 02, 2022 7:32 am
by HashChecksum
currently fdm only have md5, sha1, sha256. we need more?

microsoft stuff nowadays use sha512 instead of above - example - https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-6.0.6-windows-x64-installer - they dont give other checksum other than sha512

meanwhile, old stuff on the internet most of the time only give crc32 & crc64.

could those be added to future release. i know there a dedicate software for checking file checksum, but if it those were to be added directly to fdm, it would mean i have less clicking to do (you know, opening the program, click add, click file, click ok, click check/calculate, close program).