Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oshekharo/cc-gen

A simple, client-side credit card number generator for testing and development purposes.
https://github.com/oshekharo/cc-gen

cc-gen cc-generator ccgen credit-card-generator namso-gen oshekher

Last synced: about 1 month ago
JSON representation

A simple, client-side credit card number generator for testing and development purposes.

Awesome Lists containing this project

README

        

# Credit Card Generator

A simple, client-side credit card number generator for testing and development purposes.

## 🚀 Features

- Generate valid credit card numbers based on a given BIN (Bank Identification Number)
- Support for multiple output formats (PIPE, CSV, JSON, SQL, XML)
- Customizable expiration dates and CVV
- Luhn algorithm validation
- Responsive design

## 🛠️ Usage

1. Enter a BIN (first 6 digits of a credit card number)
2. Select desired options:
- Include expiration date
- Include CVV
- Quantity of cards to generate
- Output format
3. Click "Generate" to create card numbers

## 💻 Technology Stack

- HTML5
- CSS3 (with Tailwind CSS)
- JavaScript (with jQuery)

## ⚠️ Disclaimer

This tool is for educational and testing purposes only. Do not use generated numbers for any illegal activities or real transactions.

## 🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check [issues page](https://github.com/OshekharO/CC-GEN/issues).

## 👨‍💻 Author

- GitHub: [@OshekharO](https://github.com/OshekharO)
- Website: [uncoder.eu.org](https://uncoder.eu.org)

## 🙏 Acknowledgments

- [Luhn Algorithm](https://en.wikipedia.org/wiki/Luhn_algorithm)
- [Tailwind CSS](https://tailwindcss.com/)
- [Normalize CSS](https://necolas.github.io/normalize.css/)
- [jQuery](https://jquery.com/)