103 skills found · Page 3 of 4
OutlawAndy / Angular Card Inputnew form input types for credit card and cvc with input formatting and proper validation, including mod10(luhn algorithm) validation of credit card numbers
madnessbrainsbl / CC CHECKER GENERATORFull-stack credit card generation and validation suite. It auto-refreshes hot non-VBV BINs via rotating APIs, forges realistic card sets with configurable BIN patterns, and runs server-side checks with fallback BIN intelligence. Includes proxy-ready Python backend, responsive frontend, and daily BIN updater for consistent live-rate performance
weblineindia / Dummy Credit Card Number GeneratorGenerate dummy credit card numbers for all well-known card issuers like MasterCard, Visa, JCB, Discover, American Express, etc.
Tuhin-SnapD / Text Summarization ModelsThis 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.
tdely / Luhn PhpPHP implementation of the Luhn algorithm.
EnableSecurity / Burp Luhn Payload ProcessorA plugin for Burp Suite Pro to work with attacker payloads and automatically generate check digits for credit card numbers and similar numbers that end with a check digit generated using the Luhn algorithm or formula (also known as the "modulus 10" or "mod 10" algorithm).
VihangaDev / CCParserCCParser 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. 🚀💳
kfbfarley / Luhn ValidationA full TypeScript EAN, UPC, IMEI, EID, ISBN & card validation tool
xrypt0 / Luhn Algorithm CheckerImproved algorithm to verify various ID numbers (Of course we used it here to verify credit cards)
selective-php / LuhnLuhn (Modulo 10 or mod 10 algorithm) for PHP
leodido / Luhn.jsFastest JavaScript implementation of the Luhn algorithm
nicopi / Luhn AlgorithmThe Luhn algorithm is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers, IMEI numbers. It was created by IBM scientist Hans Peter Luhn.
rromanovsky / Luhn GeneratorA generator of numbers that passes the validation of Luhn algorithm
ExWhyZed9 / RevgenA Telegram bot that generates valid Luhn-based credit card numbers from custom BINs, supports expiry dates, brand detection, and export as .txt or .csv. Built for testing and educational use.
AdityaBhattacharya1 / Mike Oxlongs Totally Legit Card CheckerA totally (not) legit credit card number vulnerability checker.
unkdvt / LuhnAlgorithmCSharpLuhn Algorithm C#
waldofe / Luhn Credit CardCredit card validations using Luhn Algorithm
sighook / Gencccredit card numbers generator
NOVAEXPRESSED / Carding Tools Web V2🛠️ Validate and test credit cards effortlessly with our modern web app, featuring Stripe API integration and robust security measures.
HussainDerry / Java UtilitiesContains helper classes that I find useful every now and then.