Tagged Questions

4
votes
5answers
432 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
1answer
593 views

Luhn check digit

I cant seem to figure out what is wrong with my check digit code! At times, it produces 2 length check digit values Example 1277531815000110 <-- check digit is double value?????? ...