# Credit card generator

DevFeed: [Credit card generator](<https://devfeed.tech/articles/credit-card-generator-35281.md>)

Original publisher: [Read original article](<https://darkcoding.net/credit-card-generator/>)

Author: Graham King

Published: 2005-10-23T13:43:17Z

Content type: tutorial

Language: en

Sources: [Graham King](<https://devfeed.tech/sources/graham-king.md>)

Topics: [Testing](<https://devfeed.tech/topics/testing.md>)

Tags: [credit-card](<https://devfeed.tech/tags/credit-card.md>), [download](<https://devfeed.tech/tags/download.md>), [generator](<https://devfeed.tech/tags/generator.md>), [graham-king](<https://devfeed.tech/tags/graham-king.md>), [payment](<https://devfeed.tech/tags/payment.md>), [testing](<https://devfeed.tech/tags/testing.md>), [zip](<https://devfeed.tech/tags/zip.md>)

## AI overview

The article presents an online generator and programs in Python, Java, C#, PHP, and JavaScript that produce valid MOD 10 credit card numbers for testing payment systems. It also points to downloadable code and a tool for generating test identities.

## Source excerpt

If you just need a bunch of numbers use the online credit card number generator. Python, Java, C#, PHP and Javascript programs to generate valid credit card numbers (MOD 10). Useful for testing payment systems. This generates VISA, Mastercard, Amex, and a whole bunch of others. Get them from darkcoding-credit-card on github, or Download (zip) all versions. If you want to go one step further and generate a whole test identity, try the Fake Name Generator.