Confused on verification speed
Posted: 27 Oct 2011 17:00
Regarding the verification option during file copies, the help file says:
To perform a byte-to-byte comparison, of course, the entire file must be read (both copies). But each entire file must also be read before performing either MD5 or SHA-1 hashing. So my question becomes: Is Byte-to-byte slower not because of storage medium I/O but because of the processor-intensive comparison process, which is actually more intensive than hashing?Byte-to-byte: Most secure, but slower on huge files.
· MD5: Fastest of the hashing algorithms offered here.
· SHA-1: More secure than MD5 but slightly slower. Faster than Byte-to-byte on huge files.