Releases: Endermanch/XPKeygen
XPKeygen 2.7
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
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
Final version
XPKeygen 2.2
Server 2003 support, UI bug fixes, code cleanup.
XPKeygen 2.1
Completely finished GUI. Need to integrate Server 2003 algorithm.
Last checkpoint!
XPKeygen 2.0
Major rewrite + Win32 GUI. Still needs plenty of work.
XPKeygen 1.2
Major generation fix, added extra functionality
XPKeygen 1.1
No more obsolete functions; Added verbosity; Raw product key user input; Readable code