Topic: "luhn-checksum"
TheDragonCode/card-number
Generation and verification of card numbers using Luhn's algorithm.
Language: PHP - Size: 101 KB - Last synced at: 4 days ago - Pushed at: 3 months ago - Stars: 58 - Forks: 4

Ekman/luhn-algorithm
Minimal, zero-dependency implementation of the Luhn Algorithm for PHP.
Language: PHP - Size: 93.8 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 19 - Forks: 5

selective-php/luhn
Luhn (Modulo 10 or mod 10 algorithm) for PHP
Language: PHP - Size: 32.2 KB - Last synced at: 21 days ago - Pushed at: over 1 year ago - Stars: 10 - Forks: 5

HussainDerry/java-utilities
Contains helper classes that I find useful every now and then.
Language: Java - Size: 3.53 MB - Last synced at: about 10 hours ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 1

ibnaleem/luhn-algorithm
C++ implementation of Luhn's algorithm for validating credit card numbers.
Language: C++ - Size: 46.9 KB - Last synced at: 19 days ago - Pushed at: 10 months ago - Stars: 4 - Forks: 0

Nehadsys/credit-card-fault-detection
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. If
Language: Python - Size: 1000 Bytes - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

shine-jayakumar/CardCheck-API
An API that validates card numbers and returns json data with status and issuing network
Language: Python - Size: 85.9 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

gospacedev/luhn
Luhn Module Verifier
Language: Go - Size: 25.4 KB - Last synced at: 11 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

T-PWK/go-luhn
Luhn algorithm written in Go
Language: Go - Size: 3.91 KB - Last synced at: 11 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

724/luhn
Luhn checksum validation library for Java
Language: Java - Size: 72.3 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 1

alfredmyers/calculate-luhn-mod-n
Calculates Luhn Mod N check values
Language: JavaScript - Size: 636 KB - Last synced at: 4 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

kfbfarley/luhn-validation
A full TypeScript EAN, UPC, IMEI, EID, ISBN & card validation tool
Language: JavaScript - Size: 17.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

Yohann-Boniface-School/luhn_checker
A simple Luhn Checker implementation, written for a school test.
Language: Python - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

T-PWK/java-luhn
Luhn algorithm written in Java
Language: Java - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

marcosgiurni/LuhnNet
Language: C# - Size: 16.6 KB - Last synced at: 8 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

eugeneogongo/Luhn
Implementation of Luhn Algorithm used to validate credit Cards using C language
Language: C - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

khalidahmedshalabi/GenerateValidateScratchCards
A demo of a scratch cards generator & validator
Language: JavaScript - Size: 646 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 1

jancajthaml-javascript/luhn
luhn check-digit validator and generator
Language: JavaScript - Size: 33.2 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

earthboundkid/luhn
Yet another Luhn algorithm implementation
Language: Go - Size: 1.95 KB - Last synced at: about 1 month ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

TheWebSolver/luhn-algorithm
PHP library to validate digits such as Credit Card Number, IMEI number, etc. with Luhn Algorithm
Language: PHP - Size: 29.3 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Shahir-47/Credit
A program to validate credit card numbers and identify card types (Visa, MasterCard, AMEX) using Luhn's Algorithm
Language: C - Size: 11.7 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

rkstudio585/Luhn-algorithm
An interactive Python tool for validating numbers with the Luhn algorithm, generating check digits, and offering step-by-step explanations. Features include multi-number validation, file saving, and a user-friendly interface with rich, colorful output.
Language: Python - Size: 33.2 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

sherinur/creditcard
In this project, I created a tool called creditcard to: 1. Validate credit card numbers. 2. Generate possible card numbers. 3. Get information about card brands and issuers. 4. Issue new card numbers.
Language: Go - Size: 1.2 MB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Rakshitha-ks/Luhn-Algorithm
The Luhn Algorithm is widely used for error-checking in various applications, such as verifying credit card numbers.
Language: Jupyter Notebook - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

canaryGrapher/verify-card
This application is made using ReactJS, and it has a simple purpose, to check if the credit/debit card number is valid, or not, using Luhn Algorithms. It also has an additional feature to check the issuing agency of the card using the predefined IIN numbers.
Language: JavaScript - Size: 1.44 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 2

bhuone-garbu/js-credit-card-generator
Meant for education purpose. Fake credit card generator. Demo: https://bhuone-garbu.github.io/js-credit-card-generator/
Language: JavaScript - Size: 2.17 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

CoCoLabErica/luhn-checksum
A simple function that calculates the Luhn checksum for a given number
Language: R - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

thukim/luhn_algorithm
Luhn Algorithm for Ruby
Language: Ruby - Size: 15.6 KB - Last synced at: 8 days ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

jstringer1/brainfuck
Language: Brainfuck - Size: 1.95 KB - Last synced at: 7 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

py552/n0luhn
Validates and GENERATES Luhn control digit of debit and credit cards' numbers
Language: Python - Size: 16.6 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

wrthmn/Hyperskill-Simple-Banking-System
My 10th Python project from Hyperskill.
Language: Python - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

rzgry/Luhns-Algorithm
Using luhn's algorithm to find the missing digit in a credit card number
Language: JavaScript - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

snguma/CardCheckDigit
An Algorithm to calculate a credit card Check digit
Language: Java - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

jancajthaml-python/luhn
luhn check-digit validator and generator
Language: Python - Size: 12.7 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

jancajthaml-c/luhn
luhn check-digit validator and generator
Language: C - Size: 10.7 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

jancajthaml-scala/luhn
luhn checksum (583 ns/op)
Language: Scala - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0
