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

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

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.