OurBigBook Wikipedia Bot Documentation
The Luhn algorithm, also known as the "modulus 10" or "mod 10" algorithm, is a simple checksum formula used to validate various identification numbers, such as credit card numbers. It was developed by IBM scientist Hans Peter Luhn in 1954. ### Steps of the Luhn Algorithm: 1. **Starting from the rightmost digit (the check digit) and moving left**, double the value of every second digit.

Ancestors (6)

  1. Checksum algorithms
  2. Algorithms
  3. Applied mathematics
  4. Fields of mathematics
  5. Mathematics
  6. Home