The forum software has been updated!
0 Members and 1 Guest are viewing this topic.
Quote from: MartyJ on February 25, 2012, 06:15:47 PMhttp://en.wikipedia.org/wiki/ChecksumA checksum is basically a mathmatical representation of the file prior to copying. It is a known value and checks it after copying to ensure it is valid.Basically the same as a MD5 hash for a file on your computer (virus programs use these all the time).For example - run.exe (made up file - is hashed and it has a known static value). If one part of the code is modified or even a space added, the hash will have changed and wont matchThat would make sence, however I read a new rom and it gave me a checksum but then i read the same rom without touching it and the checksum had changed, it just keeps changing!
http://en.wikipedia.org/wiki/ChecksumA checksum is basically a mathmatical representation of the file prior to copying. It is a known value and checks it after copying to ensure it is valid.Basically the same as a MD5 hash for a file on your computer (virus programs use these all the time).For example - run.exe (made up file - is hashed and it has a known static value). If one part of the code is modified or even a space added, the hash will have changed and wont match