Tagged Questions

2
votes
1answer
184 views

Generating Luhn Checksums

There are lots of implementations for validating Luhn checksums but very few for generating them. I've come across this one however in my tests it has revealed to be buggy and I don't understand the …
5
votes
5answers
251 views

Does anyone know where there is c# code or a dll which can generate sample credit card numbers

For an application we are working on I need to generate sample credit card numbers which pass the Luhn algorithm but which are also unique, so we cannot use the sample credit card numbers. We need to …
0
votes
5answers
204 views

Algorithm for message code validation

Hi! If you read this thread before - forget everything I wrote, I must have been drunk when I wrote it. I'm starting over: I'm currently working on a project where we will be using some sort of …
3
votes
2answers
222 views

Client-side verification of credit cards

Does anyone have a library or JavaScript snippet to verify the check digit of credit cards before the user hits Submit?