Page 1 of 1

Show checksum method when verifying

Posted: 2024-10-18, 14:29 UTC
by miskox
After selecting 'Verify Checksums (from checksum files) it shows

Code: Select all

xx % CRC
It would be great to show the checksum method used. For example:

Code: Select all

xx % blake3
or

Code: Select all

xx % CRC32
I know that all these checksums are really CRCs but...

Thanks.
Saso

Re: Show checksum method when verifying

Posted: 2024-10-18, 18:44 UTC
by Usher
2miskox
They are hashes, not CRC.

Re: Show checksum method when verifying

Posted: 2024-10-20, 07:41 UTC
by ghisler(Author)
Total Commander 11.50 beta already shows the method in the title bar as soon as the calculation has started.
When you verify a checksum from the clipboard, it even shows when you use 2 or 3 methods at the same time, and changes it to the method which returned the correct checksum when done.

Re: Show checksum method when verifying

Posted: 2024-10-21, 03:59 UTC
by miskox
2ghisler: Thanks. I must admit that I didn't check this with the latest 11.50 version.

Saso