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.
A Java library for generating mathematically-valid credit card numbers for software testing. The API provides customizable criteria for generation, and is extensible to apply to any payment card type which uses Luhn validation (not limited to just credit cards).
Command line tool in python for generating valid credit card.
Minimalistic Go package for a random Luhn-compliant credit card numbers generation
C++ implementation of Luhn's algorithm for validating credit card numbers.
Luhn's Algorithm implementation in Nim
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.
Kata : implémenter la formule de Luhn pour vérifier des numéros de cartes bancaires
Luhn algorithm written in Go
Credit Card Number Validator
Luhn Module Verifier
This is a program that verifies if a credit card number is valid or not.
Luhn checksum validation library for Java
Implementation of Luhn Algorithm used to validate credit Cards using C language
Luhn algorithm written in Java
Embedded Systems Professional Nanodegree Payment Application Project
A simple Luhn Checker implementation, written for a school test.
Set of utilities using the Luhn algorithm
System that validates a credit card following the Luhn's algorithm format and detects if its a fraud of authentic card.
Add a description, image, and links to the luhn-validation topic page so that developers can more easily learn about it.
To associate your repository with the luhn-validation topic, visit your repo's landing page and select "manage topics."