Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ibnaleem/luhn-algorithm

Python implementation of Luhn's algorithm for validating credit card numbers.
https://github.com/ibnaleem/luhn-algorithm

algorithms algorithms-implemented credit-card-checker credit-card-validation luhn-algorithm luhn-checksum luhn-validation luhn-validator

Last synced: 6 days ago
JSON representation

Python implementation of Luhn's algorithm for validating credit card numbers.

Awesome Lists containing this project

README

        

# Luhn Algorithm
The Luhn algorithm, also called the modulus 10 or mod 10 algorithm, validates various identification numbers like credit card and IMEI numbers. This repository is a C++ implementation of the Luhn algorithm.