Skip to content

googiemail135/CC_Generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Generate a bunch of random credit card numbers quick and easy.

GUI

Console

Installation

Windows:

x64, x86

Linux:

x64

Compilation:

  • For windows: open the solution file with visual studio and compile.
  • For linux: open the terminal in the repo's directory and run make.

Note

The GUI and console files are loaded dynamically, so the terminal stays open for both of them. If you want a fully GUI/Console version you'll need to change the main file to load one of them and make a standalone executable.

Usage

  • GUI: run the application.
  • Console: CC_Generator --console

Just follow the steps...

Disclaimer

Every credit card that is generated with CC_Generator is random and fake and do not hold any value.

Credit card numbers that are generated with CC_Generator follows luhn algorithm for validating identification numbers

These credit cards are not to be used for harming or deceiving people.

These credit cards are for educational and data testing purposes only.

I will not take any responsibility for damages that arise of misusing CC_Generator.

About

Credit card generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 77.7%
  • C++ 21.0%
  • Objective-C 0.9%
  • Makefile 0.2%
  • CMake 0.1%
  • Shell 0.1%