Validate credit card numbers using the Luhn algorithm. Detects Visa, Mastercard, Amex, and more.
The Luhn algorithm (mod 10) is a checksum formula used to validate credit card numbers, IMEI numbers, and other identification numbers. This tool checks if a number passes the Luhn test and identifies the card network (Visa, Mastercard, Amex, etc.) from the prefix.