Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 07-08-2004, 05:25 PM   #1 (permalink)
 
Newb Techie

Join Date: Jul 2004

Posts: 27

albertlee

Default about checksum........

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
albertlee is offline  
Old 07-28-2004, 06:35 AM   #2 (permalink)
 
True Techie

Join Date: Apr 2004

Posts: 168

nak-1

Default

A cehcksum is a way of validating the data in a block of data. You run a checksum programme on a file and it will return a specific value, if the file changes it will return a different value. therfore if someone makes available the checksum for the official version of a file then you can download the file, run the appropriate programme to generate the checksum for the file and if the two match you can be reasonably sure you have downloaded the original file and not something that has been modified.

Checksums are a usefull device and can be used anywhere you need to verify that the correct data has been received.
__________________
--------------------

Nak

Is it just me, or does something smell suspicious about all this?
nak-1 is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On