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

https://github.com/gwali-1/creditcardverify

A simple check on the validity of a credit card number using Luhn algorithm. The program is also able to specify the type of credit card but not for all cards as it works with a limited database .
https://github.com/gwali-1/creditcardverify

algorithms c

Last synced: 2 months ago
JSON representation

A simple check on the validity of a credit card number using Luhn algorithm. The program is also able to specify the type of credit card but not for all cards as it works with a limited database .

Awesome Lists containing this project

README

        

# CreditCardVerify
#A simple check on the validity of a creditcard by checking its number using Luhn algorithm. The program is also able to specify the type of credit card but not for all cards as it works with a limited database.
#Enter credit card at prompt and programs tells you if its valid.
#If progam knows the type of card from its database , its tells you the type too