tags:

views:

59

answers:

2

Hi all,

I have a clarification regarding Checksum of files.

In my test application, I got the same checksum value for a duplicated file of my original file. Also, when my original file was renamed, the checksum generated was same.

So, can I use the checksum to discard the processing of a duplicated file or a re-named file.

regards, Kings

A: 

Well, in general yes. It depends what sort of Checksum you're using though.

Noon Silk
+1  A: 

Yes, but you should use such checksum algorithm that can be used to generate fingerprints for your files. All checksums are not suitable for this.

Anssi