GitHub topics: luhn-algorithm
HussainDerry/java-utilities
Contains helper classes that I find useful every now and then.
Language: Java - Size: 3.53 MB - Last synced at: 3 days ago - Pushed at: almost 4 years ago - Stars: 8 - Forks: 1

TZNcse209/Text_Summarization
Text Summarization
Language: Jupyter Notebook - Size: 534 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

nabi-cloud/credit-card-checker
Credit card validator and generator.
Language: JavaScript - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - 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: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - 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: almost 5 years ago - Stars: 1 - Forks: 0

QUAY17/luhns_algo
C program with Luhn's Algorithm implemented to test credit card validity. This is a simple checksum formula used to validate a variety of identification numbers from user.
Language: C - Size: 20.5 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

EtharAlali/MakeCCNumbersSample
Sample code to create credit card numbers quickly, accompanying Codementor.io blog
Size: 0 Bytes - Last synced at: almost 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

XUJiahua/go-luhn Fork of joeljunstrom/go-luhn
Language: Go - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

milagrospalma/S1-card-validator
Language: JavaScript - Size: 56.6 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

milagrospalma/card-validator Fork of Laboratoria-learning/card-validator
Valida datos como el número de tarjeta de crédito (usando algoritmo de Luhn), fecha de vencimiento, código de verificación (cvv) y nombre completo que aparece en la tarjeta.
Language: JavaScript - Size: 443 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

mickequeen/card-validator Fork of cynthia1171/card-validator
Desarrollo de una API para validación de tarjetas de crédito con Algoritmo de Luhn, verifica tipo de tarjeta según prefijo, cantidad de números según tarjeta y su validez, también incluye verificador de fecha y nombre (verifica que los datos sean del tipo que deben ser) todo esto llamando a la API dentro de sus funciones de JS.
Language: JavaScript - Size: 40 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

hernaneche/isValidLuhn
Language: JavaScript - Size: 1000 Bytes - Last synced at: almost 2 years ago - Pushed at: over 9 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

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

AyaanM6/Luhnford-AM-AG-AD
This program acts as a customer information and sales analysis system. By using the Luhn Algorithm and Benford's law, this program can validate credit card information and determine fraud by reading transaction histories, which can be visualized through the use of JavaFX
Language: Java - Size: 114 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

jmartineo/cc_validator
Credit Card number validator
Language: Go - Size: 1.95 KB - Last synced at: 9 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

pniewiejski/luhnjs
😬 💳 Simple N-API addon with Luhn's algorithm implementation.
Language: C++ - Size: 181 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

xDiaym/luhncode
AVX2 version of Luhn algorithm
Language: C++ - Size: 16.6 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

guiuba/Anti-Fraud-System
This project demonstrates (in a simplified form) the principles of anti-fraud systems in the financial sector. It has a set of REST endpoints responsible for interacting with users, and an internal transaction validation logic based on a set of heuristic rules.
Language: Java - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

gospacedev/luhn
Luhn Module Verifier
Language: Go - Size: 25.4 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 2 - 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: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

mtchavez/ex_cc_validation
CC Validation in Elixir
Language: Elixir - Size: 59.6 KB - Last synced at: 4 months ago - Pushed at: almost 4 years ago - Stars: 6 - Forks: 0

evanwu03/credit_card_validator-
A simple program I made in C++ to validate credit card numbers using Luhn's Algorithm
Language: C++ - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

adriangawlak/simple-banking-java
Application for a banking system. Build with SQLite database, JDBC and manual SQL queries.
Language: Java - Size: 28.3 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

lcdahlgren/plsql-mod10
A simple luhn algorithm / mod 10 check function built in Oracle PL/SQL
Size: 18.6 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

CompuSalle/Credit-Card-Checker
Credit Card Checker Using Python
Language: Python - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

kuspia/Card-Validator
A web tool to validate the cc number to avoid fraudulent activities and unnecessary penetrations.
Language: CSS - Size: 4.22 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 3

ivanrad/luhn
:package: Luhn algorithm check digit calculation, and number validation.
Language: Go - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

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

europa502/luhn-algorithm
It is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers, IMEI numbers, etc.
Language: Shell - Size: 8.79 KB - Last synced at: 5 days ago - Pushed at: over 7 years ago - Stars: 6 - Forks: 6

mendelgordon/credit-card-checker
Credit Card Number Validator
Language: JavaScript - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

danijeldragicevic/simple-atm-system
Desktop application who simulate software on ATM.
Language: Java - Size: 11.7 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

valeriamurguiag/DEV001-card-validation Fork of Laboratoria/DEV001-card-validation
Website that allows users to purchase their movie tickets from anywhere, with the aim of facilitating the purchase experience and waiting times, as well as safeguarding public health. (HTML, CSS, JavaScript)
Language: CSS - Size: 7.69 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

fxola/Luhn-Algorithm-Check
Language: JavaScript - Size: 14.6 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

rami11/simple-banking-system
Simple banking system with database.
Language: Java - Size: 79.1 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

Hakkology/CS50-Problem-Set-1
Specific for loops, Luhn's Algorithm for credit card recognition, Atm Machine Concept using conditionals. Mario using double for loops. C#
Language: C# - Size: 28.3 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

karancodes/credit-card-validator
A simple C++ program I wrote in my first computing course @SFU which validates credit card numbers using Luhn's Algorithm.
Language: C++ - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 43 - Forks: 25

lilmond/cregen
Credit cards generator/validator
Language: HTML - Size: 49.8 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

paulfioravanti/credit_card_checker 📦
A test-driven implementation of Ruby Quiz #122: Checking Credit Cards
Language: Ruby - Size: 231 KB - Last synced at: over 2 years ago - Pushed at: about 10 years ago - Stars: 0 - Forks: 0

Aneeshcoder/Credit-Card-Management-System
Implimentation of Credit Card Management System using C++ programming language
Language: C++ - Size: 28.3 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

zbo14/luhn-cli
A CLI that verifies and generates numbers compliant with the Luhn algorithm
Language: JavaScript - Size: 36.1 KB - Last synced at: 25 days ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

radhixcode/credit-card-number-validator
Simple REST API in NodeJS to validate using Luhn algorithm and add credit card
Language: JavaScript - Size: 15.6 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

AyushShahh/creditcard
Credit card number validation using Luhn's Algorithm in C. Implemented major required built-in C functions by myself for improving skills and logic
Language: C - Size: 26.4 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Kikiodazie/Credit-Card-Checker
JavaScript Functions to validate Credit-Card numbers with Lunh Algorithm.
Language: JavaScript - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 0

naomis-archive/cc-validator 📦
A credit card validation form using Luhn's Algorithm
Language: TypeScript - Size: 245 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

java-javokhir/A-Simple-Banking-System
A simple interface of a bank system. Uses SQL database and implements Luhn algorithm
Language: Python - Size: 9.77 KB - Last synced at: 8 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

luismendes070/desafio-programacao-aspnet-mvc-verificador-cartao
Size: 7.81 KB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Caro-V/DEV001-card-validation Fork of Laboratoria/DEV001-card-validation
Aplicación web que permite validar el número de una tarjeta de crédito a través de la implementación del algoritmo de Luhn.
Language: JavaScript - Size: 629 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

theaungmyatmoe/luhn
Luhn - Intuitive credit card numbers validator
Language: TypeScript - Size: 343 KB - Last synced at: 23 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

mfuentesg/luhngo 📦
luhn algorithm implementation ported from https://github.com/mfuentesg/luhnpy
Language: Go - Size: 7.81 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

Zeyu-Li/credit-card-validator
A Rusty Credit Card Validator 💳
Language: Rust - Size: 2.93 KB - Last synced at: 9 days ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

John-Salama/ESND-Bank-System
Embedded Systems Professional Nanodegree Payment Application Project
Language: C - Size: 63.7 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

sagargoswami2001/Credit-Card-Validator
This is a Console Program for Validating Credit Cards Using the Luhn Algorithm.
Language: C# - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

unkdvt/LuhnAlgorithmCSharp
Luhn Algorithm C#
Language: C# - Size: 9.77 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 2

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 at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

jkotra/xcard
Multi-threaded card generator and validator.
Language: C++ - Size: 193 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

AntonV0/credit-card-checker
Project #33 of Codecademy's Full Stack Engineer Career Path
Language: JavaScript - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

lionffl/credit-card-validation
A simple program in C that check if a number is a valid credit card number developed during CS50 intro to computer science course.
Language: C - Size: 22.5 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ArundhatiApte/luhn-numbers
Provides methods to check numbers by the Luhn algorithm and create valid numbers
Language: Java - Size: 9.77 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

vanesadeneb/CDMX013-card-validation Fork of Laboratoria/CDMX013-card-validation
web application to validate credit cards
Language: JavaScript - Size: 348 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

T-PWK/go-luhn
Luhn algorithm written in Go
Language: Go - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 2 - 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: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 1

ccupee/SimpleBankingSystem
Project to find out how the banking system works and learn about SQL and databases. Also to see how the Luhn algorithm can help us avoid mistakes when entering the card number and learn basic OOP concepts such as classes.
Language: Python - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

sigmapie8/luhny
Luhn's Algorithm implementation in Nim
Language: Nim - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

sgumirov/go-cards-validation Fork of hubcash/cards
Card validation with the Luhn algorithm for golang
Language: Go - Size: 29.3 KB - Last synced at: 6 months ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 1

BenTaylor25/luhn_algorithm
Checksum Algorithm for verifying bank card numbers.
Language: Python - Size: 0 Bytes - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

ZaTribune/simple-banking-system
Simple CLI Banking Application built with Java.
Language: Java - Size: 60.5 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

kamauwashington/python-luhn-algorithm
Luhn (Mod 10) Algorithm in Python 3+
Language: Python - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

jstringer1/brainfuck
Language: Brainfuck - Size: 1.95 KB - Last synced at: 10 months ago - Pushed at: about 3 years ago - Stars: 0 - 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: over 2 years ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 1

henry-hartzler/credit-card-checker
Luhn algorithm to verify the validity credit card numbers.
Language: JavaScript - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Iltwats/Valid-Credit-Card-Checker
Developed using Luhn Algorithm, to check valid CC and companies issuing it.
Language: JavaScript - Size: 173 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

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

G9D4/LIM016-card-validation Fork of Laboratoria/LIM016-card-validation
Seguros Canguros 🦘 primer proyecto, un validador de número de tarjeta usando el algoritmo de Luhn
Size: 695 KB - Last synced at: 8 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

saulcalderon/card-validator
Pay Up! - Credit card validator
Language: JavaScript - Size: 929 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

kamauwashington/rust-luhn-algorithm
Luhn (Mod 10) Algorithm in Rust
Language: Rust - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Yohann-Boniface-School/luhn_checker
A simple Luhn Checker implementation, written for a school test.
Language: Python - Size: 9.77 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - 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: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 2

hendrikdevestel/CreditCardHelper
A Nuget package to validate creditcard numbers and find them in texts.
Language: C# - Size: 9.61 MB - Last synced at: 5 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

bruno-lazzara/credit-card-number-verifier
This is a program that verifies if a credit card number is valid or not.
Language: C# - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

an-apluss/luhn-algorithm
This application is to implement Luhn algorithm. It checks if provided credit/debit card number is valid
Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

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

Roxana-Vargas/LIM015-card-validation Fork of Laboratoria/LIM015-card-validation
El proyecto es una aplicación web que permite a los usuarios validar el número de su tarjeta de crédito antes de hacer la compra de un producto.
Language: JavaScript - Size: 25.6 MB - Last synced at: 7 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Realiserad/personnummer
Implementation of the Luhn algorithm to generate and validate Swedish social security numbers.
Language: C# - Size: 196 KB - Last synced at: 5 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

jardsonn/luhn-algorithm-kotlin
Algoritmo de Luhn em kotlin
Language: Kotlin - Size: 65.4 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

jardsonn/luhn-algorithm-java
Algoritmo de Luhn em java
Language: Java - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

geraldelorm/card-verification
An implementation of the "Luhn Algorithm" in JavaScript; to valid credit card numbers.
Language: JavaScript - Size: 443 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

yuritalinda/CCV-SCL017
Repositorio del primer proyecto SCL017-Laboratoria: Validación de tarjetas
Language: JavaScript - Size: 117 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

zhooravell/php-luhn-checksum
Luhn algorithm php function
Language: PHP - Size: 4.88 KB - Last synced at: 5 months ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 1

vangogiel/luhn-algorithms
Modulus-10 algorithms for validation and generation
Language: Java - Size: 177 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

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: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

kaanaktas/luhn-algorithm
Luhn Algorithm implementation with Go
Language: Go - Size: 4.88 KB - Last synced at: 4 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

martinezga/jetbrains-academy-simple-banking-system
CRUD banking system with database.
Language: Python - Size: 22.5 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

cullena20/simple_banking_system
A simple banking system that works with sqlite3 made along with JetBrains Academy.
Language: Python - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

marvinAlvarenga/SimpleBankingSystem
Example of design patterns in Python and SOLID principles.
Language: Python - Size: 75.2 KB - Last synced at: over 2 years 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: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

jhustles/c_verifyCreditCardType_app
Visa, Master Card and American Express Credit Card Checker in C Programming Language.
Language: C - Size: 336 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

adampawelczyk/Simple-Banking-System
Everything goes digital these days, and so does money. Today, most people have credit cards, which save us time, energy and nerves. From not having to carry a wallet full of cash to consumer protection, cards make our lives easier in many ways. This project imitates a simple banking system using sql and Luhn's algorithm
Language: Python - Size: 2.05 MB - Last synced at: 6 days ago - Pushed at: almost 5 years ago - Stars: 0 - 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: over 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

blancohugo/luhn
Clojure implementation for Luhn algorithm number check
Language: Clojure - Size: 6.84 KB - Last synced at: about 2 months ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 0
