ISO Checksum

Background

Checksums are traditional Data Communication tools that let you determine if there has been a transmission error.

Most checksum algorithms generate unique values for the "packet" of data being sent, then send these values along with the data. At the receiving end, the system checks that the data generates the SAME unique values, meaning there was no transmission error.

This version is a simple ISO Checksum, demonstrated using a small "packet" of integers, and 2 checksums.

Code

Let's try it out:

Notes:

Data :

Enter data then press calculate or confirm.