Credit card generator
If you just need a bunch of numbers use the online credit card number generatorCommand line Python program, Java program, PHP script, and Javascript script to generate valid (MOD 10) credit card numbers. Usefull for testing e-commerce sites. (Note: You can't actually buy anything with these). Should run on any platform.
This generates 13 and 16 digit VISA, Mastercard, Amex, and a whole bunch of others.
The ZIP and TAR.GZ below contain all four versions: The Python, Java, PHP and Javascript files.
Download (zip)Download (tar.gz)