luhn

There are 89 repositories under luhn topic.

  • LuhnNet

    Language:C#1
  • go-card

    Language:Go1
  • brainfuck

    Language:Brainfuck
  • summarizer

    A collection of summarizer algorithms

    Language:Crystal2
  • go-luhn

    Luhn algorithm written in Go

    Language:Go2
  • luhn

    luhn check-digit validator and generator

    Language:Go2
  • mod10-check-digit

    Calculate the check digit(mod10 algorithm)

    Language:JavaScript2
  • luhnsoft

    Implementing Luhn Algorithm to validate credit cards, IMEI etc.

    Language:TypeScript1
  • luhn

    Set of utilities using the Luhn algorithm

    Language:TypeScript1
  • ClipboardMonitor

    ClipboardMonitor is an application running in the background that tracks clipboard usage to detect PAN data.

    Language:C#1
  • python-luhn-algorithm

    Luhn (Mod 10) Algorithm in Python 3+

    Language:Python1
  • LUHN-mod-n

    LUHN Modulo N in C#

    Language:C#1
  • xcard

    Multi-threaded card generator and validator.

    Language:C++1
  • KreditkartenRechner

    Berechnet das Kreditkarten Institut und korrekte Prüfziffer mit Hilfe des Luhn-Algorithmus.

    Language:C1
  • calculate-luhn-mod-n

    Calculates Luhn Mod N check values

    Language:JavaScript1
  • luhn-creditcard-python

    Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm.

    Language:Python1
  • luhn

    luhn check-digit validator and generator

    Language:JavaScript1
  • luhn.cr

    Very simple library to calculate and validate Luhn numbers

    Language:Crystal1
  • java-luhn

    Luhn algorithm written in Java

    Language:Java1
  • validation-algorithms

    Various validation algorithms

    Language:TypeScript
  • 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
  • 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.

    Language:Java
  • luhn-algorithm

    PHP library to validate digits such as Credit Card Number, IMEI number, etc. with Luhn Algorithm

    Language:PHP
  • luhn

    Lightweight and fast implementation of the luhn algorithm.

    Language:Rust
  • luhn-deno

    Luhn algorithm function to check an input validation

    Language:TypeScript
  • luhn-bruteforce

    Tool to deduce and generate values with Luhn checksum, such as, card numbers (PANs)

    Language:Nix
  • luhn_card_validation

    Aplicativo simples para validação de número de cartões com Luhn Algorithm junto com uma verificação de bandeira.

    Language:Dart
  • luhn

    :package: Luhn algorithm check digit calculation, and number validation.

    Language:Go
  • luhn-checksum

    A simple function that calculates the Luhn checksum for a given number

    Language:R
  • luhn-algorithm-C

    Implementation of Luhn algorithm in pure C

    Language: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.

    Language:Python
  • oxio

    IMEI Validator Tool

    Language:PHP
  • rust-luhn-algorithm

    Luhn (Mod 10) Algorithm in Rust

    Language:Rust
  • luhn-algorithms

    Modulus-10 algorithms for validation and generation

    Language:Java
  • luhn

    Quickly verify (important) card numbers via the Luhn algorithm.

    Language:C++
  • n0luhn

    Validates and GENERATES Luhn control digit of debit and credit cards' numbers

    Language:Python