103 skills found · Page 4 of 4
europa502 / Luhn AlgorithmIt is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers, IMEI numbers, etc.
HassanShulli / Npm Cc Validatenpm package for credit card validation using luhn algorithm
NikolaGjorgjijoski / Credit Card CheckerSimple Python Credit Card Checker using the Luhn Algorithm
mat1520 / Credit Card Gen LuhnCredit 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.
dmi3y / CardgenRandomized credit/debit card number generator with cli
GoktugOzturk / Js Credit Card ValidationThis repo contains a javascript file to validate credit cards using character length, prefix and luhn validation algorithms.
ruzgarimren / CreditCardValidatorThe Credit Card Validator is a C program that uses the Luhn's algorithm to verify credit card numbers' accuracy. It identifies card types like AMEX, MasterCard, and Visa based on patterns. With a user-friendly command-line interface, it provides instant feedback on card validity. Contribute to enhance this project's utility and join the validation!
ReneKriest / Luhn AlgorithmJava Implementation of the Luhn Algorithm
ibnaleem / Luhn AlgorithmC++ implementation of Luhn's algorithm for validating credit card numbers.
asaaki / SjekksumA gem to provide some checksum algorithms like Damm, ISBN-10/13, Luhn, UPC and Verhoeff.
elitwin / Check DigitRuby implementation of Luhn, Verhoeff and Damm check digit algorithms
jlorente / Laravel Credit CardsLaravel >=5.6 integration for the PHP Credit Cards package that allows to perform operations on debit and credit cards like format, validate brand, number and Luhn algorithm
Pr0t0ns / CC Number CheckerThis is a Credit Card Number Checker that uses Luhn Algorithm for checking for validation
dhershman1 / Simple CardSimple Card Validation, also provides feedback with information on card type, and other useful pieces.
xKaaL-EL / ValidatorCcA pure Javascript program to find out, credit card number is valid or not, using the Luhn algorithm.
CompuSalle / Credit Card CheckerCredit Card Checker Using Python
mtchavez / Ex Cc ValidationCC Validation in Elixir
KKDIDD / Credit Card Generator And Validator💳 Generate and validate credit card information easily with this professional tool designed for secure testing and development purposes.
ISS-Security / Hw Credit Card CryptoHomework assignment for SERVSEC class to learn Ruby and basic security principles
drgfragkos / GLuhn.pyCheck / Generate PAN based on Luhn algorithm