ekeyfinder icon indicating copy to clipboard operation
ekeyfinder copied to clipboard

Algorithm to decode Windows keys

Open samrocketman opened this issue 9 years ago • 0 comments

  • GetXPKey / GetVistaKey - Get key for a given operating system. It calls GetMSDPID3.
  • GetMSDPID3 - Get Microsoft Digital Product Identification number. It calls DecodeMSKey.
  • DecodeMSKey - decodes MS product key.

https://github.com/samrocketman/ekeyfinder/blob/d8e5904dd025fe38e33d579b63e1174795196a2c/Main.pas#L1961-L2006

samrocketman avatar Oct 26 '16 05:10 samrocketman