There are 1 repository under luhn-checksum topic.
Generation and verification of card numbers using Luhn's algorithm.
Minimal, zero-dependency implementation of the Luhn 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
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 Module Verifier
Calculates Luhn Mod N check values
Meant for education purpose. Fake credit card generator. Demo: https://bhuone-garbu.github.io/js-credit-card-generator/
Implementation of Luhn Algorithm used to validate credit Cards using C language
luhn check-digit validator and generator
luhn check-digit validator and generator
A demo of a scratch cards generator & validator
A simple Luhn Checker implementation, written for a school test.
A simple credit card validator.
A simple function that calculates the Luhn checksum for a given number
Implementing Luhn Algorithm to different platforms.
The Luhn Algorithm is widely used for error-checking in various applications, such as verifying credit card numbers.
A program to validate credit card numbers and identify card types (Visa, MasterCard, AMEX) using Luhn's Algorithm
In this project, I created a tool called creditcard to: 1. Validate credit card numbers. 2. Generate possible card numbers. 3. Get information about card brands and issuers. 4. Issue new card numbers.
My 10th Python project from Hyperskill.
The Luhn algorithm, also known as the "modulus 10" or "mod 10" algorithm, is a simple checksum formula used to validate various identification numbers such as credit card numbers, IMEI numbers, and more.
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