https://github.com/asaph/creditcardvalidator
Java Implementation of the Luhn Algorithm for validating Credit Cards
https://github.com/asaph/creditcardvalidator
Last synced: 11 months ago
JSON representation
Java Implementation of the Luhn Algorithm for validating Credit Cards
- Host: GitHub
- URL: https://github.com/asaph/creditcardvalidator
- Owner: asaph
- License: other
- Created: 2011-05-06T02:59:32.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2013-05-21T18:16:48.000Z (about 13 years ago)
- Last Synced: 2025-03-23T08:14:29.414Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This is a Java implementation of the Luhn algorithm used for validating credit cards.
It should be pretty self explanatory to anyone familiar with Java and credit cards.
See the unit tests for example usage.