Jump to content

About Checksum.....


albertlee

Recommended Posts

A value that is computed and that depends on the contents of a set of data. Checksums are stored or transmitted with the data. The checksum is used to detect if the data has been altered during transmission or when being stored and retrieved. Receiving programs recompute the checksum to compare with the checksum sent or stored with the data. Checksums may be more than one digit. They are not always the result of addition but may be the result of one or more computations involving addition, subtraction, multiplication, or division.

 

IE - It checks the sum (or other calculation) of a set of data before AND after it has been transmitted either in a program internally or from one source to another. If the figures are different then a checksum error is returned.

Link to comment
Share on other sites

I have tried fsum, which is somehow a calculator for checksum.....

 

it calculates a few ways, like md5, md6, and many more.......

 

what are they?

 

In java, is there any function that calulates the checksum?

 

Albert

Link to comment
Share on other sites

Ok, let me speak more clearly, I know how to use the programs......

 

and the reason I ask, again, I have tried fsum, which is somehow a calculator for checksum.....

 

it calculates a few ways, like md5, md6, and many more.......

 

what are they?

 

In java, is there any function that calulates the checksum?

 

because that was how I fix my problem on installing Mandrake.....

 

Albert

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.