Tagged Questions
4
votes
5answers
428 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 ...