Henning Brauer <[email protected]> wrote: > * [email protected] <[email protected]> [2013-09-16 21:33]: > > It confirms that it supposes: A=B if hash(A)=hash(B). > > which is fine even with a relatively poor hash like md5 when the size > is also checked.
A=B because parts of the file in the server coincide with parts of the file in the client, because both files are related, and not because hash(A)=hash(B), what is again not very probable if the files are not very big: the last is just experience and not to suppose as definitive truth. And what is the probability of A=B, if you know that hash(A)=hash(B)? Rodrigo.

