30 packages found
A fast Luhn algorithm for validating credit cards
Module to calculate and validate check digits for redundancy checking, using f.ex. mod10 (luhn algorithm) or mod11.
Calculate the check digit(mod10 algorithm)
A full TypeScript EAN, UPC, IMEI, EID, ISBN & card validation tool
- ean
- ean-checker
- ean-validation
- ean-validator
- upc
- upc-checker
- upc-validation
- upc-validator
- imei
- imei-checker
- imei-validation
- imei-validator
- eid
- eid-checker
- View more
Collection of check digit algorithms implemented in JavaScript
- checkdigit
- check digit algorithm
- check character system
- luhn
- mod 10
- verhoeff
- damm
- iso7064
- iso/iec 7064
- mod 11-2
- mod 37-2
- mod 97-10
- mod 97
- mod 661-26
- View more
Calculate or verify the credit card check digit (luhn)
A library to generate strings that end with a checksum 'digit'. Digits in the string are in the range 0-9B-DF-HJ-NP-TV-XZ. All uppercase.
Creates and validates Luhn Mod N check values
A generator of numbers that passes the validation of Luhn algorithm or Luhn formula, also known as the 'modulus 10' or 'mod 10' algorithm
Set of utilities using the Luhn algorithm
Fastest implementation of the Luhn algorithm
- luhn algorithm
- luhn formula
- luhn check
- luhn
- check
- credit card
- credit card validation
- payment card
- credit card number
- card number
- checksum
- PAN
- modulus 10
very small implementation of luhn checksum algorithm
Functional Luhn Algorithm
Return true if the given value passes the luhn check.
Validation and control key generation for credit cards (and more) using Luhn algorithm
validation for credit cards using the Luhn algorithm
Calculates Luhn Mod N check values where 2 <= n <= 36
A js luhn algorithm for validating credit cards