A validation module for browsers and Node.js to validate credit card numbers against the luhn algorithm.
Validation and control key generation for credit cards (and more) using Luhn algorithm
Module to calculate and validate check digits for redundancy checking, using f.ex. mod10 (luhn algorithm) or mod11.