luhn-checksum
Here are 41 public repositories matching this topic...
Language:All
Sort:Most stars
Generation and verification of card numbers using Luhn's algorithm.
- Updated
Feb 20, 2025 - PHP
Minimal, zero-dependency implementation of the Luhn Algorithm for PHP.
- Updated
Mar 13, 2024 - PHP
A full TypeScript EAN, UPC, IMEI, EID, ISBN & card validation tool
- Updated
Mar 6, 2025 - JavaScript
Contains helper classes that I find useful every now and then.
- Updated
Aug 13, 2021 - Java
C++ implementation of Luhn's algorithm for validating credit card numbers.
- Updated
Jul 8, 2024 - C++
An API that validates card numbers and returns json data with status and issuing network
- Updated
Oct 17, 2021 - Python
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.
- Updated
Feb 23, 2023 - Python
Luhn algorithm written in Go
- Updated
Oct 4, 2019 - Go
Luhn checksum validation library for Java
- Updated
Oct 18, 2018 - Java
Luhn Module Verifier
- Updated
Oct 15, 2022 - Go
luhn check-digit validator and generator
- Updated
Dec 11, 2017 - JavaScript
Calculates Luhn Mod N check values
- Updated
May 8, 2024 - JavaScript
Implementation of Luhn Algorithm used to validate credit Cards using C language
- Updated
Feb 16, 2020 - C
- Updated
Mar 31, 2020 - C#
Meant for education purpose. Fake credit card generator. Demo:https://bhuone-garbu.github.io/js-credit-card-generator/
- Updated
Jan 6, 2023 - JavaScript
Luhn algorithm written in Java
- Updated
Oct 13, 2020 - Java
A demo of a scratch cards generator & validator
- Updated
Feb 13, 2018 - JavaScript
A simple Luhn Checker implementation, written for a school test.
- Updated
Aug 26, 2021 - Python
Improve this page
Add a description, image, and links to theluhn-checksum topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with theluhn-checksum topic, visit your repo's landing page and select "manage topics."