luhn
There are 89 repositories under luhn topic.
osamingo/checkdigit
Provide check digit algorithms and calculators written in Go
gustavofrizzo/CreditCardValidator
A C# library for validating and generating credit card numbers.
TheDragonCode/card-number
Generation and verification of card numbers using Luhn's algorithm.
kloverde/java-PaymentCardGenerator
A Java library for generating mathematically-valid credit card numbers for software testing. The API provides customizable criteria for generation, and is extensible to apply to any payment card type which uses Luhn validation (not limited to just credit cards).
d-edge/Cardidy
A .net library to identify credit card number and cvv
harens/checkdigit
đź”’ An easy-to-use check digit library for data validation
AgentANAKIN/Google-Web-Scraper
This Python code scrapes Google search results then applies sentiment analysis, generates text summaries, and ranks keywords.
Ekman/luhn-algorithm
Minimal, zero-dependency implementation of the Luhn Algorithm for PHP.
bhuone-garbu/fake-credit-card
Fake credit card generator and validator. This is only meant for educational purpose.
dralshehri/luhncheck
Simple validator for identification numbers based on the Luhn algorithm
byrokrat/checkdigit
Helper classes to calculate and validate ckecksums.
selective-php/luhn
Luhn (Modulo 10 or mod 10 algorithm) for PHP
tdely/luhn-php
PHP implementation of the Luhn algorithm.
ahoshaiyan/mini-defender
Pragmatic data validation
HussainDerry/java-utilities
Contains helper classes that I find useful every now and then.
leodido/luhn.js
Fastest JavaScript implementation of the Luhn algorithm
tiagohm/checkdigit
A set of check digit algorithms implemented in Dart
tttp/dxid
A better and safer way to display your primary keys in urls or in your app
iotconnectivity/simutils-js
SIM card checksum and encoding utils for nibbling, mcc, mnc, etc.
Sneezedip/CC-Gen-Checker
Credit Card Checker And Generator Using Luhn Algorithm
webeweb/core-library
Core library
adamjdeacon/checkLuhn
Checks if a number is valid per the luhn algorithm
kfbfarley/luhn-validation
A full TypeScript EAN, UPC, IMEI, EID, ISBN & card validation tool
henriksb/CreditCard-Security
A small guide on credit card security, and ways hackers exploit them
AgentANAKIN/Dual-Twitter-Sentiment-Analysis-with-4-Text-Summary-Tools-and-Stopwords-Scrubbed-Keywords
This Python code retrieves thousands of tweets, classifies them using TextBlob and VADER in tandem, summarizes each classification using LexRank, Luhn, LSA, and LSA with stopwords, and then ranks stopwords-scrubbed keywords per classification.
blancohugo/luhn
Clojure implementation for Luhn algorithm number check
kingokeke/luhn-algorithm
The ​Luhn algorithm​ is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers and Canadian Social Insurance Numbers.
kylesinlynn/ccvag
Credit Card Validator and Generator
nd1012/ObjectValidation
Deep object validation library for .NET
ponsfrilus/kata-luhn
Kata : implémenter la formule de Luhn pour vérifier des numéros de cartes bancaires
sigmapie8/luhny
Luhn's Algorithm implementation in Nim
silviucpp/erlcard
Erlang credit card validation library
ferdypruis/go-luhn
Create or validate a LĂĽhn (mod 10) check digit in a numeric string in Go.
gospacedev/luhn
Luhn Module Verifier
shinji-san/LuhnDotNet
An C# implementation of the Luhn algorithm
theaungmyatmoe/luhn
Luhn - Intuitive credit card numbers validator