Hey all I hope all is well,
I've recently been playing around with trying to keygen an application using crypkey for a simulator I am building. Things started off well as I was able to fully license a few other programs but I recently ran into an error when generating the SiteKey from a SiteCode given in the program that I am not sure how to get around. Maybe the SiteCode I get when I run the EXE is obfuscated in some way?
Every time I try to use ckinfo 1.14 to generate a SiteKey using the SiteCode given from the application with the following script:
Code:
#Default Script (ckInfo)
ScriptName=FLTSiteKeyGenerator
Action=CreateSiteKey
SiteCode=BFAB 6ABC 14E9 3616 7E
AddToExistingLicense=no
EasyLicence=no
LicenceDuration=days
NumberOfDays=90
NumberOfLicences=1
NetworkLicence=no
KeyLevel=999
KeyOptions=1,2
I run into this error:
Code:
CrypKey Copy Protection Information v1.14
Executing Script File (FLTSiteKeyGenerator)
Key Information...
+ Site Code : BFAB 6ABC 14E9 3616 7E
Decrypt Failed - Trying v6.00 Decryption...
Error #16: Error occurred decrypting the Site Code - Encryption Keys Not Found
Press any key to continue...
I was able to find the MasterKey and UserKey by dumping the EXE. I also dumped the NGN file but I don't believe that those MK and UK are what I need.
MK:90fb4405dec077efbb0181b6602291865a7884e10e6e4174a006f5a58e06a141de2963e3fb5e1fae245887c8cbd1a184ed166c471cf3779cef600fa40132864ceca7ef74904ed96ea005cf31e415997cf33a05d7bb5c6777fa70479829051401689fb1a0d24bae1be68634297d9bb87f6321659d1a7acd0993bcd33946799d07
Code:
CrypKey Copy Protection Information v1.14
Parsing Key - 90FB 4405 DEC0 77EF BB01 81B6 <..> CD09 93BC D339 4679 9D07
Decrypting Key - DAFE 0000 070D 0000 0000 0046 0300 0000 0100 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 464C 542E 4558 4500 0000
0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 6B58
Key Validation - OK
Formatting Key :
0000 070D 00460300 0000:0000 464C542E45584500000000000000 6B58
╚══╣ ╠══╝ ╠══════╝ ╚═══════╣ ╠══════════════════════════╝ ╚══╣
╔═ Allow Modules ═╝ ║ ║ ╔══════════════╝ ╚════════ Filename - FLT.EXE ║
╠═ WinNT16? - Yes ║ ║ ╠══ Maximum Modules - 0 CRC - 0x6B58 ═══╝
╠═ WinNT32? - Yes ║ ║ ╚══ Network Seats (Site Key: 1 / Max: 0)
╚═ Network? - Yes ║ ╠════ Static Key? - Yes
║ ╠════ USBKey? - No
║ ╠════ VM Protection? - No
║ ╠════ Licence File (CLF)? - No
║ ╚════ v7+ Key? - Yes (v7.0)
╠═══ Account Number - 263
╠═══ Application Id - 3
╚═══ Company Number - 7956263
UK:C612 63A6 0296 3923 BB72 13
Code:
CrypKey Copy Protection Information v1.14
Parsing Key - C612 63A6 0296 3923 BB72 13
Decrypting Key - 1008 0609 080A 0A08 0A0A 00
Key Validation - OK
Formatting Key :
080609080A0A080A0A00
╠══════════════════╝
╠═══ Password - G7NGWWGWW
╠═══ Password Number - 1204575877
╠═══ User Key Hash (1) - 0x4F
╚═══ User Key Hash (2) - 0xA0F7
I see the MK notes the key as v7.0 maybe I am missing these encryption keys or perhaps I need to look somewhere else for the "real" SiteCode. Perhaps I am not correctly inputting the KeyLevel and KeyOptions. I am not sure how they relate to the Key generation process exactly but a few other posts show the KeyLevel has some significance with the company that owns the software.
I do want to eventually make the license unlimited or set it to something like 9999 days.
Cheers -W