Luhn Validator
Validate a number with the Luhn (mod-10) algorithm used by credit cards and IMEIs, compute the check digit for a partial number, and detect the card network.
Validate a number with the Luhn (mod-10) algorithm used by credit cards and IMEIs, compute the check digit for a partial number, and detect the card network.