Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/oshekharo/cc-gen
- Owner: OshekharO
- License: unlicense
- Created: 2022-02-20T06:12:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T08:10:47.000Z (6 months ago)
- Last Synced: 2024-11-09T18:24:48.049Z (3 months ago)
- Topics: cc-gen, cc-generator, ccgen, credit-card-generator, namso-gen, oshekher
- Language: HTML
- Homepage: https://uncoder.eu.org/cc-gen/
- Size: 448 KB
- Stars: 15
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)