Skip to content
Lance Pollard edited this page Apr 12, 2012 · 1 revision

Formatting Helpers

The Luhn algorithm or Luhn formula, also known as the "modulus 10" or "mod 10" algorithm, is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers, IMEI numbers, National Provider Identifier numbers in US and Canadian Social Insurance Numbers. It was created by IBM scientist Hans Peter Luhn and described in U.S. Patent No. 2,950,048, filed on January 6, 1954, and granted on August 23, 1960.

Resources

Tower.js

Everything here will be reflected on http://towerjs.org/guides.

Clone this wiki locally