Skip to content

Releases: Endermanch/XPKeygen

XPKeygen 2.7

24 Jun 22:53
Compare
Choose a tag to compare

Slowly shifting towards generalized ECC keygen, but the core idea of activating Windows remains.
Will provide custom BINK functionality in later releases.

  • BINK PRESETS!!
  • BINK DECODER!!
  • No more hardcoded values, BINK data stored as "BINK" resources
  • Updated project structure
  • Added 6 new presets
  • Added debug information
  • Added inverse public key calculation function

To-do:

  • Key validator
  • HECC CID generator
  • Implement order solver
  • Implement logarithm solver

Preparing to branch out into verification and confirmation ID generation. (v4 milestone?)

XPKeygen 2.5

16 Jun 10:43
Compare
Choose a tag to compare

Batteries now included. Static libraries FTW.

XP generation:

  • Fully redone algorithm
  • Added the upgrade bit
  • Channel ID & Sequence are now parsed separately instead of being combined into Serial
  • Signature check is now performed directly
  • Incredible readability uplift, hopefully it will help with teaching key generation

Server 2003 generation:

  • Fully redone algorithm
  • BN_mod_sqrt() bug fixed
  • Added the upgrade bit
  • Generation per supplied Channel ID / AuthInfo is now possible
  • Incredible readability uplift

Preparing to branch out into verification and confirmation ID generation. (v4 milestone?)

XPKeygen 2.3

16 Apr 18:19
Compare
Choose a tag to compare

Final version

XPKeygen 2.2

12 Apr 16:01
1ce142e
Compare
Choose a tag to compare

Server 2003 support, UI bug fixes, code cleanup.

XPKeygen 2.1

11 Apr 17:17
Compare
Choose a tag to compare

Completely finished GUI. Need to integrate Server 2003 algorithm.
Last checkpoint!

XPKeygen 2.0

10 Apr 21:19
Compare
Choose a tag to compare

Major rewrite + Win32 GUI. Still needs plenty of work.

XPKeygen 1.2

09 Apr 18:07
23ce5f1
Compare
Choose a tag to compare

Major generation fix, added extra functionality

XPKeygen 1.1

03 Apr 12:43
Compare
Choose a tag to compare

No more obsolete functions; Added verbosity; Raw product key user input; Readable code