Generation and verification of card numbers using Luhn's algorithm.
-
Updated
Jun 3, 2024 - PHP
Generation and verification of card numbers using Luhn's algorithm.
Minimal, zero-dependency implementation of the Luhn Algorithm for PHP.
Luhn (Modulo 10 or mod 10 algorithm) for PHP
Contains helper classes that I find useful every now and then.
A full TypeScript EAN, UPC, IMEI, EID, ISBN & card validation tool
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 algorithm written in Go
Luhn Module Verifier
Luhn checksum validation library for Java
luhn check-digit validator and generator
Calculates Luhn Mod N check values
Implementation of Luhn Algorithm used to validate credit Cards using C language
Yet another Luhn algorithm implementation
Meant for education purpose. Fake credit card generator. Demo: https://bhuone-garbu.github.io/js-credit-card-generator/
Luhn algorithm written in Java
A demo of a scratch cards generator & validator
A simple Luhn Checker implementation, written for a school test.
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."