credit-card-validator-mdemircelik

A library for credit card validation including Luhn check, CVV, expiration date, and card type identification.

checkdigit

Module to calculate and validate check digits for redundancy checking, using f.ex. mod10 (luhn algorithm) or mod11.