Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ibnaleem/luhn-algorithm
- Owner: ibnaleem
- License: gpl-3.0
- Created: 2024-02-18T07:46:37.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-24T00:13:31.000Z (10 months ago)
- Last Synced: 2024-04-24T16:24:30.562Z (8 months ago)
- Topics: algorithms, algorithms-implemented, credit-card-checker, credit-card-validation, luhn-algorithm, luhn-checksum, luhn-validation, luhn-validator
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.