Create multiple checksum files
Posted: 2010-07-23, 11:24 UTC
It should be possible to create MD5 and SHA1 (and soon SHA256?) checksum files at the same time. The dialog itself has checkboxes, not radioboxes (although that's probably because you can't untick a radiobox).
The advantage for big files is a lot of time saved, since the reading of the file would only be done once, and the buffer sent to two hashing functions.
The advantage for big files is a lot of time saved, since the reading of the file would only be done once, and the buffer sent to two hashing functions.