Skip to content
#

luhn-validation

Here are 36 public repositories matching this topic...

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).

  • Updated Apr 10, 2024
  • Java

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

Credit Card Gen Luhn is a web application that generates valid credit card numbers using the Luhn algorithm. It's designed for educational and testing purposes, helping developers and QA teams simulate card inputs to validate forms, payment systems, or backend processing without using real data.

  • Updated May 22, 2025
  • JavaScript

Improve this page

Add a description, image, and links to the luhn-validation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the luhn-validation topic, visit your repo's landing page and select "manage topics."

Learn more