Generation and verification of card numbers using Luhn's algorithm.
-
Updated
Feb 20, 2025 8000 - PHP
8000
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
A full TypeScript EAN, UPC, IMEI, EID, ISBN & card validation tool
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 algorithm written in Go
Luhn checksum validation library for Java
Luhn Module Verifier
This application is made using ReactJS, and it has a simple purpose, to check if the credit/debit card number is valid, or not, using Luhn Algorithms. It also has an additional feature to check the issuing agency of the card using the predefined IIN numbers.
luhn check-digit validator and generator
Calculates Luhn Mod N check values
Yet another Luhn algorithm implementation
Implementation of Luhn Algorithm used to validate credit Cards using C language
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 algorithm written in Java
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."