Hi,
a little off-topic:
How do I calculate a proper checkum that returns identical values on
win and linux on the same file?MD5, SHa-1 and binutils.crc32 fail for me....
Right now I have an app that I point to a file (checksum.py thefile)
All approaches return nice, but different values on Win and Linux...
Like Horst said, you should get the same result on every platform. Are
you reading your data in binary form?
Regards,
Will McGugan