Skip to content

Releases: ItaiShek/CC_Generator

v2.0.2

12 May 16:55

Choose a tag to compare

What's new

  1. Added options for generating CVV, expiration date, and name.
  2. Improved overall performance.
  3. Updated to C++20 for better language features and performance.
  4. Refactored project structure for better maintainability.
  5. Fixed typos in the code and documentation.

v2.0.1

07 Feb 22:10

Choose a tag to compare

What's new:

  1. Switched from make to cmake.
  2. Split the program separate executables (one for the console version and another for the GUI).
  3. Single file executable (no dynamic linking).

v2.0.0

02 Feb 14:12

Choose a tag to compare

What's new:

  1. Cross-platform: Both Linux and Windows versions.
  2. Both GUI and console versions:
  • GUI: DearImGui
  • Console: ncurses for linux and pdcurses for windows.
  1. SQLite3 database.
  2. Migrated the code to c++.
  3. New license: AGPL3

Known issues:

The terminal stays open for the GUI version (see the readme file for further details).

v1.0

11 Jun 12:13
7700bab

Choose a tag to compare

  • 33 credit card issuers
  • Generation of up to a billion numbers at a time
  • Write to a file or screen