← Back to tools
Luhn (mod 10)
Common for card numbers; algorithm-only—does not verify a real account.
Back to homeCommon for card numbers; algorithm-only—does not verify a real account.
Back to homeDouble every second digit from the right, sum digits—classic mod 10 check.
Algorithm-only; never proves a real account. Avoid real PANs on public PCs.