luhn
There are 89 repositories under luhn topic.
summarizer
A collection of summarizer algorithms
go-luhn
Luhn algorithm written in Go
luhn
luhn check-digit validator and generator
mod10-check-digit
Calculate the check digit(mod10 algorithm)
luhnsoft
Implementing Luhn Algorithm to validate credit cards, IMEI etc.
luhn
Set of utilities using the Luhn algorithm
ClipboardMonitor
ClipboardMonitor is an application running in the background that tracks clipboard usage to detect PAN data.
python-luhn-algorithm
Luhn (Mod 10) Algorithm in Python 3+
LUHN-mod-n
LUHN Modulo N in C#
xcard
Multi-threaded card generator and validator.
KreditkartenRechner
Berechnet das Kreditkarten Institut und korrekte Prüfziffer mit Hilfe des Luhn-Algorithmus.
calculate-luhn-mod-n
Calculates Luhn Mod N check values
luhn-creditcard-python
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm.
luhn
luhn check-digit validator and generator
luhn.cr
Very simple library to calculate and validate Luhn numbers
java-luhn
Luhn algorithm written in Java
validation-algorithms
Various validation algorithms
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.
luhn_algorithm
The Luhn algorithm, also known as the "modulus 10" or "mod 10" algorithm, is a simple checksum formula used to validate various identification numbers such as credit card numbers, IMEI numbers, and more.
luhn-algorithm
PHP library to validate digits such as Credit Card Number, IMEI number, etc. with Luhn Algorithm
luhn
Lightweight and fast implementation of the luhn algorithm.
luhn-deno
Luhn algorithm function to check an input validation
luhn-bruteforce
Tool to deduce and generate values with Luhn checksum, such as, card numbers (PANs)
luhn_card_validation
Aplicativo simples para validação de número de cartões com Luhn Algorithm junto com uma verificação de bandeira.
luhn
:package: Luhn algorithm check digit calculation, and number validation.
luhn-checksum
A simple function that calculates the Luhn checksum for a given number
luhn-algorithm-C
Implementation of Luhn algorithm in pure C
luhn-formula-py
Another python package of number validator and check digit generator based on Luhn's formula 😉. Luhn's formula was designed to protect against accidental input errors.
oxio
IMEI Validator Tool
rust-luhn-algorithm
Luhn (Mod 10) Algorithm in Rust
luhn-algorithms
Modulus-10 algorithms for validation and generation
luhn
Quickly verify (important) card numbers via the Luhn algorithm.
n0luhn
Validates and GENERATES Luhn control digit of debit and credit cards' numbers