cc-validate
Credit Card validation using luhn algorithm
Credit Card validation using luhn algorithm
Fastest implementation of the Luhn algorithm
Checks and informs if a credit card number is valid.
A Node.js package that generates valid credit card numbers, expiry dates, and CVV2 codes. The credit card numbers are valid with respect to the Luhn algorithm, and the CVV2 codes are generated using the Tripple-DES algorithm with double length keys.
NPWP validator and formatter
A simple Luhn algorithm implementation in JavaScript