Generation and verification of card numbers using Luhn's algorithm.
-
Updated
Mar 19, 2026 - PHP
Generation and verification of card numbers using Luhn's algorithm.
Minimal, zero-dependency implementation of the Luhn Algorithm for PHP.
A full TypeScript EAN, UPC, IMEI, EID, ISBN & card validation tool
Luhn (Modulo 10 or mod 10 algorithm) for PHP
Contains helper classes that I find useful every now and then.
C++ implementation of Luhn's algorithm for validating credit card numbers.
This repository contains an implementation of credit card fault detection using Luhn's algorithm. Luhn's algorithm is a checksum formula used to validate credit card numbers, as well as other identification numbers. The algorithm is based on performing a set of arithmetic operations on the digits of a given number, resulting in a checksum value.
An API that validates card numbers and returns json data with status and issuing network
Luhn Module Verifier
Implementation of Luhn Algorithm used to validate credit Cards using C language
Luhn checksum validation library for Java
Luhn algorithm written in Go
A demo of a scratch cards generator & validator
luhn check-digit validator and generator
Yet another Luhn algorithm implementation
Calculates Luhn Mod N check values
Meant for education purpose. Fake credit card generator. Demo: https://bhuone-garbu.github.io/js-credit-card-generator/
A simple Luhn Checker implementation, written for a school test.
luhn check-digit validator and generator
Add a description, image, and links to the luhn-checksum topic page so that developers can more easily learn about it.
To associate your repository with the luhn-checksum topic, visit your repo's landing page and select "manage topics."