Mod11tarkisteet
Mod11tarkisteet is a simple checksum algorithm used primarily in Finland for generating and validating identification numbers. It is a type of check digit calculation, meaning a single digit is appended to a number to detect errors that may occur during manual data entry or transmission. The algorithm is based on a weighted sum of the digits of the number.
The calculation involves multiplying each digit of the base number by a specific weight. These weights are
If the remainder is 0, the check digit is 0. If the remainder is greater than 0,
Mod11tarkisteet is commonly found in various Finnish identification systems, including some older versions of social security
---