kbohinski / CCValidator

Sample Credit Card Validator Implementation Using Java.
1 stars 0 forks source link

Are you using Luhn-10 algorithm for CreditCard validation? If so it is wrong it seems. #1

Open Aariv opened 5 years ago

Aariv commented 5 years ago

This is based on Luhn-10 algorithm - The algorithm works as follows