Validate a numeric identifier with the Luhn mod-10 algorithm.
The algorithm is suitable for credit-card numbers, IMEI, and other identifiers that protect against single-digit typos.
Validate a numeric identifier with the Luhn mod-10 algorithm.
The algorithm is suitable for credit-card numbers, IMEI, and other identifiers that protect against single-digit typos.
Processing is done on your browser, nothing will be stored on the server or on the web