Validate the credit card (oracle 10 g plsql code) – working!

Posted by Jay     Tags: , , , , 29 January, 2009    2,610 views    (1) Comment

The Luhn algorithm or Luhn formula, also known as the “modulus 10″ or “mod 10″ algorithm, is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers and Canadian Social Insurance Numbers. Recently, Oracle has stopped validating the credit card numbers as there is match for Authorization of credit card. However, this rudimentary mod-10 LUHN algorithm is still valid and valuable for us to check. Hence, I started Read Full Article (Click here)...

Categories : 11i Scripts, Scripts Oracle Tags : , , , ,

LUHN Algorithm in C# (Validate Credit Card)

Posted by Jiltin     Tags: , , , 18 November, 2008    6,292 views    (4) Comment

The Luhn algorithm or Luhn formula, also known as the “modulus 10″ or “mod 10″ algorithm, is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers and Canadian Social Insurance Numbers. The formula verifies a number against its included check digit, which is usually appended to a partial account number to generate the full account number. This account number must pass the following test: 1. Counting from Read Full Article (Click here)...

Categories : Web & Scripts Tags : , , ,

LUHN Algorithm – Validate credit card – in PHP

Posted by Jiltin     Tags: , , 8 November, 2008    637 views    (0) Comment

The Luhn algorithm or Luhn formula, also known as the “modulus 10″ or “mod 10″ algorithm, is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers and Canadian Social Insurance Numbers. The formula verifies a number against its included check digit, which is usually appended to a partial account number to generate the full account number. This account number must pass the following test: 1. Counting from Read Full Article (Click here)...

Categories : Web & Scripts Tags : , ,