Enhance luhn algorithm for validation of credit cards numbers.

The Luhn algorithm is the first line of defense in many e-commerce sites and is used to validate a variety of identification numbers such as credit card numbers. Nevertheless, many card numbers exist and at such volumes, the algorithm cannot distinguish among these numbers. A variety of tests show t...

Full description

Bibliographic Details
Main Authors: Hussein, Khalid Waleed, Mohd. Sani, Nor Fazlida, Mahmod, Ramlan, Abdullah @ Selimun, Mohd Taufik
Format: Article
Language:English
English
Published: International Journal of Computer Science and Mobile Computing 2013
Online Access:http://psasir.upm.edu.my/id/eprint/30634/
http://psasir.upm.edu.my/id/eprint/30634/1/Enhance%20luhn%20algorithm%20for%20validation%20of%20credit%20cards%20numbers.pdf
Description
Summary:The Luhn algorithm is the first line of defense in many e-commerce sites and is used to validate a variety of identification numbers such as credit card numbers. Nevertheless, many card numbers exist and at such volumes, the algorithm cannot distinguish among these numbers. A variety of tests show that the Luhn algorithm suffers from weaknesses including the failure to determine the length and type of credit card number being analyzed. We intend to enhance the Luhn algorithm for the validation of credit card numbers. The enhancement is expected to be useful for many e-commerce sites that use the algorithm.