luhn-algorithm
There are 251 repositories under luhn-algorithm topic.
OshekharO/MASS-CC-CHECKER
A credit card mass checker tool that validates credit card numbers based on the Luhn algorithm
KingsMentor/Luhn
Smooth UI for Credit Card Entry on Android device, perform check for supported credit card types , pan length and luhn check. Inspired by Uber credit card entry interface
karancodes/credit-card-validator
A simple C++ program I wrote in my first computing course @SFU which validates credit card numbers using Luhn's Algorithm.
OshekharO/KE1-CC-CHECKER
Another credit card checker tool designed to simulate the process of validating credit card numbers
TheDragonCode/card-number
Generation and verification of card numbers using Luhn's algorithm.
altayer-digital/ATGValidator
iOS validation framework with form validation support
d-edge/Cardidy
A .net library to identify credit card number and cvv
lucasgdb/gerador-validador-de-cc
Gerador e Validador de Cartão de Crédito multi-opções usando Algoritmo de Luhn. Sistema de atualização incluído.
harens/checkdigit
🔒 An easy-to-use check digit library for data validation
wcDogg/python-cc-num-gen
CCNumGen is a Python 3.9+ class that uses the Luhn algorithm to generate theoretically valid credit card numbers with CVV and expiration dates.
gretchenfitze/billing-form
Demo page for user-friendly billing form features
ShiraazMoollatjie/goluhn
A package that implements the luhn algorithm for validation, calculation and generation
Ekman/luhn-algorithm
Minimal, zero-dependency implementation of the Luhn Algorithm for PHP.
Anonym0usWork1221/Credit-Cards-Maker
Command line tool in python for generating valid credit card.
cybermatt/fast-luhn
Validate Luhn checksum, generate Luhn numbers
dralshehri/luhncheck
Simple validator for identification numbers based on the Luhn algorithm
henriksb/CreditCard-Security
A small guide on credit card security, and ways hackers exploit them
Sneezedip/CC-Gen-Checker
Credit Card Checker And Generator Using Luhn Algorithm
Tuhin-SnapD/Text-Summarization-Models
This repository contains various models for text summarization tasks. Each model has a separate directory containing the implementation code, pretrained weights, and a Jupyter notebook for testing the model on sample input texts. Feel free to use these models for your own text summarization tasks or to experiment with them further.
VihangaDev/CCParser
CCParser is a Python library for credit card parsing, validation, and formatting. It extracts card details, detects providers, validates with Luhn’s algorithm, supports multiple delimiters, and formats numbers as xxxx xxxx xxxx xxxx or masked **** **** **** 1234. 🚀💳
weblineindia/Dummy-Credit-Card-Number-Generator
Generate dummy credit card numbers for all well-known card issuers like MasterCard, Visa, JCB, Discover, American Express, etc.
kfbfarley/luhn-validation
A full TypeScript EAN, UPC, IMEI, EID, ISBN & card validation tool
AdityaBhattacharya1/mike-oxlongs-totally-legit-card-checker
A totally (not) legit credit card number vulnerability checker.
HussainDerry/java-utilities
Contains helper classes that I find useful every now and then.
unkdvt/LuhnAlgorithmCSharp
Luhn Algorithm C#
sighook/gencc
credit card numbers generator
CompuSalle/Credit-Card-Checker
Credit Card Checker Using Python
dmi3y/cardgen
Randomized credit/debit card number generator with cli
europa502/luhn-algorithm
It is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers, IMEI numbers, etc.
mtchavez/ex_cc_validation
CC Validation in Elixir
adamjdeacon/checkLuhn
Checks if a number is valid per the luhn algorithm
dhershman1/simple-card
Simple Card Validation, also provides feedback with information on card type, and other useful pieces.
Kikiodazie/Credit-Card-Checker
JavaScript Functions to validate Credit-Card numbers with Lunh Algorithm.
lilmond/cregen
Credit cards generator/validator
ibnaleem/luhn-algorithm
C++ implementation of Luhn's algorithm for validating credit card numbers.
walterwhite-69/Carding-Tools-Web-V2
Card & BIN Tester — a polished Flask app showcasing card generation, BIN lookup and live Stripe test validation. Clean UI, responsive design, and realtime progress reporting make it ideal for security students and devs who want to learn how payment validation works — strictly for legal and educational purposes.