103 skills found · Page 1 of 4
OshekharO / MASS CC CHECKERA credit card mass checker tool that validates credit card numbers based on the Luhn algorithm
KingsMentor / LuhnSmooth 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
inacho / Php Credit Card ValidatorValidates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date.
durango / Go Credit CardCredit card validation with the Luhn algorithm for golang
maxkramer / SwiftLuhnDebit/Credit card validation port of the Luhn Algorithm in Swift
maxkramer / ObjectiveLuhnLuhn Credit Card Validation Algorithm
wimkingsize338 / Ccgen 2026CCGEN 2026: Free Windows credit card generator from GitHub. Luhn algorithm validator with 500K+ BIN database. Generate valid test cards for payment gateway testing. Offline tool with batch export.
bendrucker / Fast LuhnA fast Luhn algorithm for validating credit cards
OshekharO / KE1 CC CHECKERAnother credit card checker tool designed to simulate the process of validating credit card numbers
karancodes / Credit Card ValidatorA simple C++ program I wrote in my first computing course @SFU which validates credit card numbers using Luhn's Algorithm.
TheDragonCode / Card NumberGeneration and verification of card numbers using Luhn's algorithm.
JamesEggers1 / LuhnA JavaScript module of the luhn algorithm for Credit Card Validation that works with both client-side JavaScript and Node.js
altayer-digital / ATGValidatoriOS validation framework with form validation support
d-edge / CardidyA .net library to identify credit card number and cvv
jlorente / Php Credit CardsA PHP package to perform operations on debit and credit cards like validate brand, number and Luhn algorithm and formatting. It validates popular brands like Visa, Mastercard, American Express, etc.
ANON5EC / NAMSO CC GENYou can use this tool to generate random credit card numbers that use valid IINs based on the card scheme chosen, and pass Luhn algorithm verification. You can also generate CVCs and expiration dates if needed. These card numbers are useful for testing payment verification systems, etc. No, you can't really buy anything with them! Nice try.
lucasgdb / Gerador Validador De CcGerador e Validador de Cartão de Crédito multi-opções usando Algoritmo de Luhn. Sistema de atualização incluído.
benhodgson / BaluhnA base-independent implementation of the Luhn algorithm for Python. Useful for generating and verifying check digits in arbitrary bases.
harens / Checkdigit🔒 An easy-to-use check digit library for data validation
mihneamanolache / Credit Card GeneratorA Node.js package that generates valid credit card numbers, expiry dates, and CVV2 codes. The credit card numbers are valid with respect to the Luhn algorithm, and the CVV2 codes are generated using the Tripple-DES algorithm with double length keys.