There are 0 repository under luhn-validation topic.
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.
C++ implementation of Luhn's algorithm for validating credit card numbers.
Credit Card Number Validator
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
This is a program that verifies if a credit card number is valid or not.
Luhn Module Verifier
System that validates a credit card following the Luhn's algorithm format and detects if its a fraud of authentic card.
Implementation of Luhn Algorithm used to validate credit Cards using C language
Embedded Systems Professional Nanodegree Payment Application Project
A simple Luhn Checker implementation, written for a school test.
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.
A simple luhn checker for learning and my own use.
A simple function that calculates the Luhn checksum for a given number
Implementation of Luhn algorithm in pure C
A simple Python implementation of the Luhn Algorithm for validating credit card numbers, completed as part of a FreeCodeCamp project.
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.
A program to validate credit card numbers and identify card types (Visa, MasterCard, AMEX) using Luhn's Algorithm
Luhn Algorithm for Ruby
Pure C implementation of two functions related to 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.
PHP library to validate digits such as Credit Card Number, IMEI number, etc. with Luhn Algorithm