luhn-validation
There are 32 repositories under luhn-validation topic.
TheDragonCode/card-number
Generation and verification of card numbers using Luhn's algorithm.
kloverde/java-PaymentCardGenerator
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).
Anonym0usWork1221/Credit-Cards-Maker
Command line tool in python for generating valid credit card.
nsuprun/ccgen
Minimalistic Go package for a random Luhn-compliant credit card numbers generation
ibnaleem/luhn-algorithm
C++ implementation of Luhn's algorithm for validating credit card numbers.
Nehadsys/credit-card-fault-detection
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.
ponsfrilus/kata-luhn
Kata : implémenter la formule de Luhn pour vérifier des numéros de cartes bancaires
sigmapie8/luhny
Luhn's Algorithm implementation in Nim
724/luhn
Luhn checksum validation library for Java
bruno-lazzara/credit-card-number-verifier
This is a program that verifies if a credit card number is valid or not.
gospacedev/luhn
Luhn Module Verifier
mendelgordon/credit-card-checker
Credit Card Number Validator
T-PWK/go-luhn
Luhn algorithm written in Go
CEPHAL0/Creditcard-Validator
System that validates a credit card following the Luhn's algorithm format and detects if its a fraud of authentic card.
eugeneogongo/Luhn
Implementation of Luhn Algorithm used to validate credit Cards using C language
FahdSeddik/ESND-Payment-Application
Embedded Systems Professional Nanodegree Payment Application Project
LRNZ09/luhn
Set of utilities using the Luhn algorithm
T-PWK/java-luhn
Luhn algorithm written in Java
Yohann-Boniface-School/luhn_checker
A simple Luhn Checker implementation, written for a school test.
Caro-V/DEV001-card-validation
Aplicación web que permite validar el número de una tarjeta de crédito a través de la implementación del algoritmo de Luhn.
ChuckleSan/LuhnChecker
A simple luhn checker for learning and my own use.
CoCoLabErica/luhn-checksum
A simple function that calculates the Luhn checksum for a given number
costa53/luhn-algorithm-C
Implementation of Luhn algorithm in pure C
ITZ-BURHAN-KHAN/Luhn-Algorithm-Credit-Card-Validator
A simple Python implementation of the Luhn Algorithm for validating credit card numbers, completed as part of a FreeCodeCamp project.
LeslieGaribay/DEV008-card-validation
Aplicación web que permite a un usuario validar el número de una tarjeta de crédito y oculta todos los dígitos excepto los últimos cuatro.
py552/n0luhn
Validates and GENERATES Luhn control digit of debit and credit cards' numbers
thukim/luhn_algorithm
Luhn Algorithm for Ruby
maxirmx/Luhn-functions
Pure C implementation of two functions related to Luhn algorithm
rkstudio585/Luhn-algorithm
An interactive Python tool for validating numbers with the Luhn algorithm, generating check digits, and offering step-by-step explanations. Features include multi-number validation, file saving, and a user-friendly interface with rich, colorful output.
TheWebSolver/luhn-algorithm
PHP library to validate digits such as Credit Card Number, IMEI number, etc. with Luhn Algorithm