Generate valid/invalid card no.

If you are dealing with credit card numbers you often want to generate test card numbers that pass or do not pass the LUHN check. Numbers that do not pass the LUHN check are ideal for testing purposes since they can never be used in a real production environment. This tool let you generate both - simply by passing incremental numbers to Algorithm::LUHN.




Yes No