Verify card numbers using the Luhn Algorithm (Mod 10).
Also known as the "Modulus 10" algorithm, it is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers, IMEI numbers, etc.
This tool only checks if the number is mathematically valid. It does NOT check if the card is active, has funds, or belongs to a real account.