Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: luhn

blancohugo/luhn

Clojure implementation for Luhn algorithm number check

Language: Clojure - Size: 6.84 KB - Last synced: about 15 hours ago - Pushed: over 4 years ago - Stars: 3 - Forks: 0

alfredmyers/calculate-luhn-mod-n

Calculates Luhn Mod N check values

Language: JavaScript - Size: 636 KB - Last synced: about 20 hours ago - Pushed: 2 days ago - Stars: 1 - Forks: 0

webeweb/core-library

Core library

Language: PHP - Size: 25.8 MB - Last synced: 3 days ago - Pushed: 4 days ago - Stars: 6 - Forks: 3

JessicaMulein/LUHN-mod-n

LUHN Modulo N in C#

Language: C# - Size: 19.5 KB - Last synced: 11 days ago - Pushed: about 2 years ago - Stars: 0 - Forks: 1

j-bill/KreditkartenRechner

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

Language: C - Size: 23.4 KB - Last synced: 23 days ago - Pushed: over 4 years ago - Stars: 1 - Forks: 1

camjc/luhn-validator

A Luhn Credit card validator written in coffeescript.

Language: JavaScript - Size: 148 KB - Last synced: 24 days ago - Pushed: almost 10 years ago - Stars: 0 - Forks: 0

osamingo/checkdigit

Provide check digit algorithms and calculators written in Go

Language: Go - Size: 42 KB - Last synced: 8 days ago - Pushed: about 1 year ago - Stars: 111 - Forks: 7

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).

Language: Java - Size: 103 KB - Last synced: 30 days ago - Pushed: about 1 month ago - Stars: 35 - Forks: 17

iotconnectivity/simutils-js

SIM card checksum and encoding utils for nibbling, mcc, mnc, etc.

Language: JavaScript - Size: 5.86 KB - Last synced: 4 days ago - Pushed: about 5 years ago - Stars: 5 - Forks: 1

gustavofrizzo/CreditCardValidator

A C# library for validating and generating credit card numbers.

Language: C# - Size: 546 KB - Last synced: 12 days ago - Pushed: 2 months ago - Stars: 100 - Forks: 34

d-edge/Cardidy

A .net library to identify credit card number and cvv

Language: C# - Size: 149 KB - Last synced: 14 days ago - Pushed: 3 months ago - Stars: 28 - Forks: 12

henriksb/CreditCard-Security

A small guide on credit card security, and ways hackers exploit them

Language: Python - Size: 1.08 MB - Last synced: 9 days ago - Pushed: 3 months ago - Stars: 1 - Forks: 1

harens/checkdigit

🔒 An easy-to-use check digit library for data validation

Language: Python - Size: 15.3 MB - Last synced: 24 days ago - Pushed: 4 months ago - Stars: 29 - Forks: 8

TheDragonCode/card-number

Generation and verification of card numbers using Luhn's algorithm.

Language: PHP - Size: 114 KB - Last synced: about 19 hours ago - Pushed: about 2 months ago - Stars: 46 - Forks: 3

ahoshaiyan/mini-defender

Pragmatic data validation

Language: Ruby - Size: 1.66 MB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 9 - Forks: 2

kylesinlynn/ccvag

Credit Card Validator and Generator

Language: Python - Size: 15.6 KB - Last synced: 20 days ago - Pushed: over 1 year ago - Stars: 2 - Forks: 1

adamjdeacon/checkLuhn

Checks if a number is valid per the luhn algorithm

Language: R - Size: 39.1 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 4 - Forks: 2

dralshehri/luhncheck

Simple validator for identification numbers based on the Luhn algorithm

Language: Python - Size: 96.7 KB - Last synced: 15 days ago - Pushed: about 2 months ago - Stars: 10 - Forks: 3

CoCoLabErica/luhn-checksum

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

Language: R - Size: 8.79 KB - Last synced: 3 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

tdely/luhn-php

PHP implementation of the Luhn algorithm.

Language: PHP - Size: 3.91 KB - Last synced: about 2 months ago - Pushed: 4 months ago - Stars: 8 - Forks: 5

gospacedev/luhn

Luhn Module Verifier

Language: Go - Size: 25.4 KB - Last synced: 4 months ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

cadmiumcr/summarizer

A collection of summarizer algorithms

Language: Crystal - Size: 81.1 KB - Last synced: 9 days ago - Pushed: about 4 years ago - Stars: 2 - Forks: 2

nd1012/ObjectValidation

Deep object validation library for .NET

Language: C# - Size: 2.35 MB - Last synced: 7 days ago - Pushed: 16 days ago - Stars: 3 - Forks: 0

WillTrevisol/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 - Size: 179 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

shinji-san/LuhnDotNet

An C# implementation of the Luhn algorithm

Language: C# - Size: 98.6 KB - Last synced: 10 days ago - Pushed: 11 days ago - Stars: 2 - Forks: 1

zbalkan/ClipboardMonitor

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

Language: C# - Size: 149 KB - Last synced: 13 days ago - Pushed: 7 months ago - Stars: 1 - Forks: 0

Ekman/luhn-algorithm

Minimal, zero-dependency implementation of the Luhn Algorithm for PHP.

Language: PHP - Size: 93.8 KB - Last synced: 27 days ago - Pushed: about 2 months ago - Stars: 19 - Forks: 5

py552/n0luhn

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

Language: Python - Size: 16.6 KB - Last synced: 9 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

T-PWK/java-luhn

Luhn algorithm written in Java

Language: Java - Size: 7.81 KB - Last synced: 9 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

EtharAlali/MakeCCNumbersSample

Sample code to create credit card numbers quickly, accompanying Codementor.io blog

Size: 0 Bytes - Last synced: 9 months ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0

jancajthaml-scala/luhn

luhn checksum (583 ns/op)

Language: Scala - Size: 7.81 KB - Last synced: 9 months ago - Pushed: almost 7 years ago - Stars: 0 - Forks: 0

jancajthaml-python/luhn

luhn check-digit validator and generator

Language: Python - Size: 12.7 KB - Last synced: 9 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

jancajthaml-c/luhn

luhn check-digit validator and generator

Language: C - Size: 10.7 KB - Last synced: 9 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

petoc/algo

Collection of algorithm implementations for Go.

Language: Go - Size: 28.3 KB - Last synced: 10 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

baibaratsky/php-credit-card-validator Fork of inacho/php-credit-card-validator

Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date.

Language: PHP - Size: 19.5 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 1

ivanrad/luhn

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

Language: Go - Size: 1.95 KB - Last synced: 22 days ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

marcosgiurni/LuhnNet

Language: C# - Size: 16.6 KB - Last synced: 12 days ago - Pushed: about 4 years ago - Stars: 1 - Forks: 0

LRNZ09/luhn

Set of utilities using the Luhn algorithm

Language: TypeScript - Size: 242 KB - Last synced: 3 days ago - Pushed: 7 months ago - Stars: 1 - Forks: 0

bhuone-garbu/fake-credit-card

Fake credit card generator and validator. This is only meant for educational purpose.

Language: Python - Size: 9.77 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 11 - Forks: 9

byrokrat/checkdigit 📦

Helper classes to calculate and validate ckecksums.

Language: PHP - Size: 60.5 KB - Last synced: 27 days ago - Pushed: over 3 years ago - Stars: 10 - Forks: 4

aungmyatmoethegreat/luhn

Luhn - Intuitive credit card numbers validator

Language: TypeScript - Size: 343 KB - Last synced: 6 days ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

mfuentesg/luhnpy 📦

A minimalistic implementation of Luhn algorithm

Language: Python - Size: 3.91 KB - Last synced: 8 days ago - Pushed: about 6 years ago - Stars: 0 - Forks: 1

selective-php/luhn

Luhn (Modulo 10 or mod 10 algorithm) for PHP

Language: PHP - Size: 32.2 KB - Last synced: 32 minutes ago - Pushed: 8 months ago - Stars: 10 - Forks: 5

AgentANAKIN/Google-Web-Scraper

This Python code scrapes Google search results then applies sentiment analysis, generates text summaries, and ranks keywords.

Language: Python - Size: 5.86 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 18 - Forks: 7

joaquinmike/luhn-creditcard-python

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

Language: Python - Size: 8.79 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

jkotra/xcard

Multi-threaded card generator and validator.

Language: C++ - Size: 193 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

T-PWK/go-luhn

Luhn algorithm written in Go

Language: Go - Size: 3.91 KB - Last synced: 9 months ago - Pushed: over 4 years ago - Stars: 2 - Forks: 0

tiaanduplessis/mod10-check-digit

Calculate the check digit(mod10 algorithm)

Language: JavaScript - Size: 367 KB - Last synced: 27 days ago - Pushed: about 1 year ago - Stars: 2 - Forks: 2

kfbfarley/luhn-validation

A full TypeScript EAN, UPC, IMEI, EID, ISBN & card validation tool

Language: JavaScript - Size: 17.6 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 1 - Forks: 1

ferdypruis/go-luhn

Create or validate a Lühn (mod 10) check digit in a numeric string in Go.

Language: Go - Size: 18.6 KB - Last synced: 9 months ago - Pushed: over 2 years ago - Stars: 2 - Forks: 4

bhaskarmelkani/luhn.js

Function to check validity of Credit/Debit card using Lunh algorithm.

Language: JavaScript - Size: 0 Bytes - Last synced: about 1 year ago - Pushed: about 8 years ago - Stars: 1 - Forks: 0

code-127/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 - Size: 41 KB - Last synced: about 1 month ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

sigmapie8/luhny

Luhn's Algorithm implementation in Nim

Language: Nim - Size: 2.93 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 2 - Forks: 0

HussainDerry/java-utilities

Contains helper classes that I find useful every now and then.

Language: Java - Size: 3.53 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 5 - Forks: 1

kamauwashington/python-luhn-algorithm

Luhn (Mod 10) Algorithm in Python 3+

Language: Python - Size: 5.86 KB - Last synced: 12 months ago - Pushed: about 2 years ago - Stars: 1 - Forks: 0

ponsfrilus/kata-luhn

Kata : implémenter la formule de Luhn pour vérifier des numéros de cartes bancaires

Size: 5.86 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 3 - Forks: 2

hackrforce/oxio

IMEI Validator Tool

Language: PHP - Size: 148 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

kamauwashington/rust-luhn-algorithm

Luhn (Mod 10) Algorithm in Rust

Language: Rust - Size: 3.91 KB - Last synced: 12 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

hendrikdevestel/CreditCardHelper

A Nuget package to validate creditcard numbers and find them in texts.

Language: C# - Size: 9.61 MB - Last synced: 13 days ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

tiagohm/checkdigit

A set of check digit algorithms implemented in Dart

Language: Dart - Size: 96.7 KB - Last synced: 9 months ago - Pushed: over 2 years ago - Stars: 6 - Forks: 1

silviucpp/erlcard

Erlang credit card validation library

Language: Erlang - Size: 13.7 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 3 - Forks: 1

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.

Language: JavaScript - Size: 10.7 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 3 - Forks: 0

vangogiel/luhn-algorithms

Modulus-10 algorithms for validation and generation

Language: Java - Size: 177 KB - Last synced: 10 months ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

jancajthaml-go/luhn

luhn check-digit validator and generator

Language: Go - Size: 26.4 KB - Last synced: 9 months ago - Pushed: about 3 years ago - Stars: 2 - Forks: 3

leodido/luhn.js

Fastest JavaScript implementation of the Luhn algorithm

Language: JavaScript - Size: 19.5 KB - Last synced: about 22 hours ago - Pushed: 11 months ago - Stars: 8 - Forks: 3

pdx-mission/luhn

🔢 A Luhn algorithm (Mod 10 sum of values) for generating scan line check digits

Language: JavaScript - Size: 670 KB - Last synced: 12 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

tranngoclam/go-card

Language: Go - Size: 26.4 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 1 - Forks: 0

jancajthaml-javascript/luhn

luhn check-digit validator and generator

Language: JavaScript - Size: 33.2 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 1 - Forks: 0

rodrigoms2004/LuhnAlgorithmIccid

Luhb algorithm for check ICCID checksum

Language: JavaScript - Size: 1.95 KB - Last synced: about 1 year ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 1

krosf-university/POO

Practicas POO 2017-2018

Language: C++ - Size: 10.7 MB - Last synced: 3 months ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 0

SharanPuthran/Credit-Card-Validator-Luhn

Credit card validator using Luhn's Algorithm

Language: HTML - Size: 2.93 KB - Last synced: 10 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

akzhan/luhn.cr

Very simple library to calculate and validate Luhn numbers

Language: Crystal - Size: 5.86 KB - Last synced: about 1 year ago - Pushed: almost 7 years ago - Stars: 1 - Forks: 0

tcort/luhn

Simple go package that implements the Luhn algorithm

Language: Go - Size: 2.93 KB - Last synced: about 1 month ago - Pushed: almost 8 years ago - Stars: 0 - Forks: 0