View Full Version : Crypkey : How to get sitekey using cKInfo
gnerogeem
09-07-2009, 04:26 PM
This is what I've learn from various website on how to get the sitekey for a software that protected with Crypkey.
1. Get the sitecode from the Authorization box.
2. By using ckinfo, check the code. See the example below.
C:\Documents and Settings\Test\Desktop>ckinfo.exe /sitecode D182 C81C 5C9F 02A270
CrypKey Copy Protection Information v1.12
(C)2001-2005 thewd, thewd@hotmail.com
Parsing Code - D182 C81C 5C9F 02A2 70
Decrypting Code - 07BE 362C 0583 4CAB 55
Code Validation - OK
Formatting Code :
BE 36 2C05 834C AB55
+¦ +¦ ¦--+ ¦--+ ¦--+
Site Code Id - 0x3E -------¦ ¦ ¦ ¦ +--------------- Code CRC - 0xAB55
Allow Add Licence? - Yes --+ ¦ ¦ ¦-------- User Key Hash (Seed) - 0x4C83
Allow Easy Licence? - No -----¦ ¦ +--------- Drive Serial Number - unused
CrypKey Libraries - v5.4 -----+ ¦- Account Number - 300
¦- Application Id - 1
+- Company Number - 7956300
3. To generate the sitekey, we must find the masterkey and userkey. These keys can be found in the exe or dll of the target s/w. This can be done using Ollydbg and etc.
4. In the Ollydbg, use Ultra String Reference->Find ASCII. Usually these keys are in plain text. See example below.
http://img196.imageshack.us/img196/3097/ollyj.jpg
5. Then check those keys with ckinfo. See example below.
Master key
C:\Documents and Settings\Test\Desktop>ckinfo.exe /masterkey EA9F 55C4 D8FE 2252 EA98 1B43 EAD1 C446 5D94 C446 F33D
CrypKey Copy Protection Information v1.12
(C)2001-2005 thewd, thewd@hotmail.com
Parsing Key - EA9F 55C4 D8FE 2252 EA98 1B43 EAD1 C446 5D94 C446 F33D
Decrypting Key - 3C00 0000 2C05 4344 532E 4558 4500 0000 0000 0000 0C19
Key Validation - OK
Formatting Key :
0000 2C05 4344532E45584500000000000000 0C19
+--¦ ¦--+ ¦--------------------------+ ¦--+
+- Allow Modules -+ ¦ +-------- Filename - CDS.EXE +---- Key CRC - 0x0C19
¦- WinNT16? - Yes ¦--- Account Number - 300
¦- WinNT32? - Yes ¦--- Application Id - 1
+- Network? - Yes +--- Company Number - 7956300User key
C:\Documents and Settings\Test\Desktop>ckinfo.exe /userkey C32E D72B 0235 CA70 E44C 55DD BE
CrypKey Copy Protection Information v1.12
(C)2001-2005 thewd, thewd@hotmail.com
Parsing Key - C32E D72B 0235 CA70 E44C 55DD BE
Decrypting Key - 1506 0609 0809 060A 080B 0606 00
Key Validation - OK
Formatting Key :
0606090809060A080B060600
¦----------------------+
¦--- Password - 77NGN7WGZ77
¦--- Password Number - 518714287
¦--- User Key Hash (1) - 0x55
+--- User Key Hash (2) - 0xF8156. The purpose for the checking is to find the information that needed to create a valid site key.
7. After that by using ckinfo again, we can generate a valid key for the software. See example below.
C:\Documents and Settings\Test\Desktop>ckinfo.exe /createkey site
CrypKey Copy Protection Information v1.12
(C)2001-2005 thewd, thewd@hotmail.com
Key Information...
+ Site Code : D182 C81C 5C9F 02A2 70
+ Plaintext Password : 77NGN7WGZ77
+ Add To Licence? : Yes
+ Number Of Licences : 30
+ Network Licence? : Yes
+ Licence Duration : Unlimited
+ Key Level : 65535
+ Key Options : 1-16
Key Validation - OK
Creating Key - 22BE E2D8 A1FF FFFF FF00 007A 4E
Encrypting Key - F434 E114 6EC9 D6F3 31FF C1A7 9B8. The valid site key is the Encrypting Key. Copy and paste it to the Authorization box and good luck.
Hope this will help others that still finding the right way to generate site key for s/w using Crypkey protection.
If there is any mistake, hope others can give a guide. I'm still learning on this stuff.
For more information about Crypkey, I suggest you all to take a look at this link
http://bbs.pediy.com/showthread.php?t=62414&highlight=crypkey
http://bbs.pediy.com/showthread.php?t=66124&highlight=crypkey
http://www.woodmann.com/crackz/Tutorials/Crypkey1.htm
http://www.woodmann.com/crackz/Tutorials/Crypkeye.htm
Here is the link for the tools.
http://hotfile.com/dl/11798095/4d5ef39/cKInfo_Pack.rar.html
foffa
09-07-2009, 08:30 PM
nice information thanks aloot
keep up the goood work
gnerogeem
09-07-2009, 08:40 PM
I'm still learning, so if there is any mistake just tell me.
I'll take it as a reminder.
dreamsat
01-28-2010, 08:00 PM
Thank you for information. May I ask you reupload tools. Link is dead. :( Do you have ckinfo 1.12?
gnerogeem
01-29-2010, 04:16 AM
@dreamsat
Just google it.
These tools are scattered all over the internet.
I can`t find on the menu "ultra string references" in OllyDbg.May, some help!
gnerogeem
02-22-2010, 04:28 PM
@evgo
This (http://www.dl4all.com/2007/12/27/crackers-toolkit-2.0.html)
@evgo
This (http://www.dl4all.com/2007/12/27/crackers-toolkit-2.0.html)
Thanks mate!
I`m trying to get in Perkins EST 2009B /for education purpose only/ but have a trouble to find master and user key.
P.S:May some MIROR for "http://rapidshare.com/files/79397205/Cracker_s_Kit_2.0.ra"
gnerogeem
02-23-2010, 03:38 PM
Just follow the tutorial.
[Please do not quote whole messages. We can already read the message so it is pointless]
Thanks for the replys.I`ve done.
But now I have a license code C548 CDC5 4776 6532 CF48 41C3 , which didn`t recognize of ckInfo 1.13.Is this license code a new protection?
The old was BBA2 2867 CE3D A856 3A?
Thanks in advance!
gnerogeem
03-09-2010, 01:58 PM
Where did you got this key?
From the main .exe @ .dll?
Mind showing me some picture?
This is lisence key.From license menu.The software is Caterpillar ET2009C.I have a master and user key,but here is still more.This key is bigger than old one and ckInfo didn`t regognized.
http://img34.imageshack.us/img34/7837/cat2009c.jpg
gnerogeem
03-09-2010, 04:36 PM
This must be the new version of Crypkey.
Must generate it from SKG.
BTW here is you key
E50F 9059 8803 4716 DF9A 61CD 87
[Please do not quote whole messages. We can already read the message so it is pointless]
What do you mean SKG?I have ckinfo 1.13,is there a new one?
P.S.This key is not valid "Contact DDS Support Center (E-mail: DDS_Support_Center@cat.com) for help. Invalid license key. [CK3002]"
gnerogeem
03-09-2010, 04:56 PM
CkInfo 1.13?
The latest one that I heard was 1.12.
BTW, link of CrypKey Site Key Generator (Build 7103)
http://bbs.pediy.com/showpost.php?p=399615&postcount=10
password : VISTA64
or this http://bbs.pediy.com/showpost.php?p=555191&postcount=8
Here are 1.13 :http://depositfiles.com/files/8g3kpz0cp
[Please do not quote whole messages. We can already read the message so it is pointless]
I have this programs, licensed.But when paste the key it`s showing "incorect lenght"
gnerogeem
03-09-2010, 05:48 PM
I'm not familiar with this new Crypkey format.
Please see this link http://www.digital-kaos.co.uk/forums/f104/stw-caterpillar-63588/
2 evgo :
Caterpillar ET2009C used obfuscated Site Code and Site Key.
To WRP:
Could you explain pls?
I have a working pairs of codes:C548 CDC5 4776 6532 CF48 41C3 =>E50F 9059 8803 4716 DF9A 61CD 87
[Do not quote whole messages. This is your last warning]
That`s for old version ET2009A.This key I made.Version 2009C is whit different protection.
[Please do NOT quote whole messages. It is unnecessary as we can see the original message already]
A lot of programs use tricks to hide the correct Site Code .
By example : MaxSea and Iconics.
MaxSea example use BlowFish crypto algorithm to obfuscate Site Code.
I need a link to the distribution program to determine algorithm obfuscation.
mech962784
03-11-2010, 12:51 PM
Dear Friends
I have tried to use the Ckinfo to get a license for my software (Iconics) , but i am receiving error message :
http://i42.tinypic.com/9hue69.jpg
any help?
gnerogeem
03-11-2010, 02:40 PM
@mech962784 (http://www.reteam.org/board/member.php?u=13445)
Wrong syntax.
Follow these syntax.
>ckinfo /createkey site <your site code>
To WRP:Here are link :Catterpillar ET2009B (http://depositfiles.com/files/gv3fybbyr)
[2 messages merged by Git. Evgo - last warning - please stop replying to yourself]
@mech962784
This site code is not for ckInfo/My opinion!/.What is this software?
mech962784
03-11-2010, 04:17 PM
Dear gnerogeem
I have tried it and it gave me this:
http://i41.tinypic.com/wtj8qt.jpg
@evgo:
I think it is crypkey , the software name is Genesis32 V7.2 (It is a SCADA software from company name Iconics), actually it came with a keygen, but unfortnately the Keygen is for V7.0 (OLD), so that it is not working with my version.
if the keygen will help , i can upload it, please i need your help.
gnerogeem
03-11-2010, 04:24 PM
Check your protection with PEiD.
Search it on the internet.
Load the main exe, show print screen here.
mech962784
03-11-2010, 06:24 PM
Dear gnerogeem
Actually the program composed from more than one exe file, so i have chosen the main one and made the print screen:
http://i40.tinypic.com/2r6isdh.jpg
also find below the keygen that came with the software , i hope that you can modify it to match the newer version of the software:
http://rapidshare.com/files/362128525/Iconics.Genesis32.rar.html
Thanks in advance
bolota - This is not a warez site, pleasse keep discussion to reverse engineering.
Git
gnerogeem
03-12-2010, 08:32 AM
@mech962784
Basically, the normal Crypkey site code has 18 digits.
Sometimes these codes can be obfuscated and the digit will be more than 18 digits.
Just like evgo, his site code was obfuscted. Maybe your site code obfuscated too.
I don't know how to deobfuscated a code.
So, do try find any one else to try deobfuscated the site code.
rami_rez
03-12-2010, 02:52 PM
[Do not quote whole messages. This is your last warning]
That`s for old version ET2009A.This key I made.Version 2009C is whit different protection.
et2009c definitely uses two new techniques:
1) it obfuscates the code - the code that you see in license dialog is not a pure CrypKey license code, but a transformed one
You have to RE the file and find it yourself. once you find the alog , you have make a revertive algorithm
It is possible
2) master/user keys of Cryp prot system are also hidden! guys from Canada started to be smarter, good step! they are encrypting/decrypting the key in runtime, so wont see anymore an eatable plaintext keys......
:)
good luck
bedoo54
03-12-2010, 06:05 PM
how can i use this CRYPKEY 7.1 to gen rate key to my software
caterpillar et 2010A
the software in this link
http://www.multiupload.com/HGQIJYL22B
i use ckinfo 12 to creat master key to CRYPKEY 7.1(skg)
plz help me to know how?
my friend send me a key but i still need to know how he do that
my site code:4FC3 C3C6 B803 034A E570 308D
my key is :6123 3079 9077 B2B1 14FD C6D2 FD
the key work good
rami_rez
03-13-2010, 07:15 PM
...
plz help me to know how?
my friend send me a key but i still need to know how he do that
my site code:4FC3 C3C6 B803 034A E570 308D
my key is :6123 3079 9077 B2B1 14FD C6D2 FD
the key work good
a) read the info from good key using ckInfo, eg:
ckInfo113.exe /sitekey YOur_key_here
b) have you found the user/master keys from the et2010 SW?
c) it looks like the sitecode is obfuscated (intentionally damaged, but still OK in terms of ET SW), look:
ckInfo113.exe /sitecode 4FC3 C3C6 B803 034A E570 308D
CrypKey Copy Protection Information v1.13
Error #03: Error occurred parsing the Site Code - Check Code Length
;)
bedoo54
03-14-2010, 09:47 AM
Thanks For Your Nice Reply
[READ THE RULES. Please do not quote whole messages. See sticky post for details]
Your deobfuscated Site Code :
4C33 C78C 0EAD 7030 8D
[READ THE RULES. Please do not quote whole messages. See sticky post for details]
How find that?
I researched and now I know obfuscation algorithm.
yani75
03-30-2010, 07:12 AM
Hi.... could help me please?
FB3E 30C4 53EF 6001 5A
What's the site key?
Tnk
gnerogeem
03-30-2010, 07:49 AM
@yani75
Please find the userkey first.
yani75
03-30-2010, 07:58 AM
ckinfo.exe /userkey FB3E 30C4 53EF 6001 5A
Decrypting Key - 2D88 DDDC 57D0 9445 4A
Key Validation - FAILED
Formatting Key :
88DDDC57D094454A
Tnk
gnerogeem
03-30-2010, 08:23 AM
@yani75
Obviously you didn't even read my post.
Now read my post and find the user key and master key.
Both keys are in your s/w.
After you find it, I will generate a valid site key for you.
yani75
03-30-2010, 10:50 AM
Sorry but i don't find the user/master key....
The program is maxsea.exe.
Could you help me?
gnerogeem
03-30-2010, 11:38 AM
Load the maxsea.exe using OllyDbg.
Then find the keys using Ultra String Reference-> Find Ascii.
If you not find the key inside the main exe, load any dll file of the program.
rami_rez
03-30-2010, 05:32 PM
Please DO NOT quote whole messages. You should have read all about this]
Well, it is not always the rule
for example, I've seen some apps that were hiding the plain text ASCII master/user keys.... just simple xor - and you got stucked...
you have to reverse the target, find crypkey API, etc
good luck! ;)
gnerogeem
03-30-2010, 06:44 PM
@rami_rez
Yes indeed, the latest Crypkey implements an obfuscated site code, user key and master key.
yani75
03-31-2010, 04:31 AM
How can i show last dll using by program?
MaxSea used Site Code with BlowFish encrypted...
DenBrewu
06-07-2010, 05:50 AM
[Please DO NOT quote whole messages]
hallo......
Please help me
How to deobfuscated site code ?
thank you very much
What's name is your program ?
DenBrewu
06-07-2010, 07:25 PM
Perkins EST2009C
http://rapidshare.com/files/395527043/Perkins_EST_2009C2.part1.rar
http://rapidshare.com/files/395547103/Perkins_EST_2009C2.part2.rar
http://rapidshare.com/files/396450057/Perkins_EST_2009C2.part3.rar
http://rapidshare.com/files/395700202/Perkins_EST_2009C2.part4.rar
incentive
06-13-2010, 12:48 PM
hi, i have recently done a program upgrade and now i can't get the user/master keys. i have searched the exe file and all the dll files in the folder but cannot find.
i have posted the exe if anybody can take a look, peid picture aswell
http://rapidshare.com/files/398615251/nano.rar.html
i can up the whole prog if needed as 50meg, just need the user key to get the password from it.
Download whole program. UserKey may be in another file.
DenBrewu
06-14-2010, 09:17 AM
Hallo WRP
how to generate site key Perkins est 2009C
Thank you very much
incentive
06-14-2010, 12:03 PM
i have uploaded full program, i cannot find the key in any of the files. can you please take a look.
incentive
06-14-2010, 12:05 PM
found it eventually
DenBrewu
06-17-2010, 09:27 AM
Can someone help me
how to create and modify keygen
I want to use this keygen for perkins est 2009c
http://rapidshare.com/files/400027167/keygen.rar
thanks you very much
rami_rez
06-20-2010, 05:01 AM
[Please DO NOT quote whole messages]
not found......
socky
06-20-2010, 02:16 PM
hi.
my sitecode:332F 1C74 E466 EB03 0162 A74B 8E4E 13
userkey:c60acdee118a389a96c81eea15
mkey:65bc38a2f69321ffe97239292d362c8e8b851c655c52a 68505431a22f8d8e21f6f08f1717b241b63149dcd0b298714e b5e47865722a33c6ffff848260c49772029a21465cc7da3fdf 3cc0d2863d149172b9db49ac0f95e84776aab3a70a9ad5e2e4 21f6fa26db5b14801d9fb8c95e0f4d5a594b706cfd438f70b7 0b00a06
C:\>ckinfo /sitecode 332F 1C74 E466 EB03 0162 A74B 8E4E 13
CrypKey Copy Protection Information v1.13
(C)2001-2003 thewd, thewd@hotmail.com
Error #03: Error occurred parsing the Site Code - Check Code Length
help me,THX~
2 socky
What's your program name ?
socky
06-20-2010, 11:46 PM
2 WRP
program name:Johnson Controls
give your email,send to you,help me,THX
[Please DO NOT quote whole messages]
For this purpose is PM
rami_rez
06-21-2010, 02:29 AM
[Please DO NOT quote whole messages]
Please reupload
those files have CRC error so its not able to unpack it
Thanks
socky
06-23-2010, 08:24 AM
hi.
my sitecode:332F 1C74 E466 EB03 0162 A74B 8E4E 13
userkey:c60acdee118a389a96c81eea15
mkey:65bc38a2f69321ffe97239292d362c8e8b851c655c52a 68505431a22f8d8e21f6f08f1717b241b63149dcd0b298714e b5e47865722a33c6ffff848260c49772029a21465cc7da3fdf 3cc0d2863d149172b9db49ac0f95e84776aab3a70a9ad5e2e4 21f6fa26db5b14801d9fb8c95e0f4d5a594b706cfd438f70b7 0b00a06
C:\>ckinfo /sitecode 332F 1C74 E466 EB03 0162 A74B 8E4E 13
CrypKey Copy Protection Information v1.13
(C)2001-2003 thewd, thewd@hotmail.com
Error #03: Error occurred parsing the Site Code - Check Code Length
help me,THX~
mburns
06-29-2010, 10:59 AM
I'm having trouble finding the keys within this exe..
Can some please help me with this?
http://hotfile.com/dl/51405482/363d6aa/case.rar.html
http://img541.imageshack.us/img541/9924/screenshot20100629at958.png
can anyone help with gen keys for this program. previous versions the was in plain text?
http://hotfile.com/dl/51407785/b809385/Case11.zip.html
trim456
06-29-2010, 08:09 PM
hi there
ive been trying to follow the guidelines but is doing my head in.
i have the site code: DA63 49D7 0188 F881 DB
and cant seem to spit out a working site key.
if someone could help that would be great. i have tried using ckinfo 1.13 and i think the crypkey version is 7.1??
thanks in advance to anyne that can help!!
rami_rez
07-01-2010, 05:09 PM
[Please DO NOT reply to your own messages and DO NOT quote full messages]
your site code is obfuscated
please upload the app somewhere, there is aneed to figure out the obfuscator
your input code is correct, see:
ckInfo113.exe /sitecode DA63 49D7 0188 F881 DB
CrypKey Copy Protection Information v1.13
Parsing Code - DA63 49D7 0188 F881 DB
Decrypting Code - 0002 4719 0513 08AE 5D [0x10:0x15]
Code Validation - OK
Formatting Code :
02 47 1905 1308 AE5D
╚╣ ╚╣ ╠══╝ ╠══╝ ╠══╝
║ ║ ║ ║ ╚═══════════════ Code CRC - 0xAE5D
Allow Add Licence? - No ═══╣ ║ ║ ╠════════ User Key Hash (Seed) - 0x0813
Allow Easy Licence? - Yes ═╝ ║ ║ ╚═══════════ Drive Serial Number - 2067
CrypKey Libraries - v7.1 ═════╝ ╠═ Account Number - 281
╠═ Application Id - 1
╚═ Company Number - 7956281
all you need now - find in your application master and user keys
bb_666
07-04-2010, 04:29 AM
Hello,
witch version of Ollydbg, do you use. How can i call Ultra String Reference->Find ASCII?
Thank You
trim456
07-12-2010, 09:17 PM
are there any known issues with using this process on windows 7 64 bit. i can get it to work on xp and vista but not windows 7
mburns
09-26-2010, 12:41 PM
I'm still having trouble finding my keys?
Can anyone help?
Have you looked on the phone table?
Git
mburns
09-26-2010, 02:09 PM
Not sure what your referring to?
phone table?
paqratst1
10-06-2010, 12:18 AM
I have been at this for a while and your post has been very helpfull.
i have finally got the masterkey and userkey but can not seem to come up with a sitecode
masterkey: c394308f8cbc3ae64d4793320e610d475644c3ec2a52ce25ae 23c85c3d3461cb14d97ad33bd4586404e53951cdbf2f889ffb 3bf2b37a71d7adecc051cef59d7349d6721dca59726aa9637c 97348721bbffa3a46eb7b2fc57940792da793fc905adb4645d 03c00ddee80621e1f7346658a764834e53a06b91a6805989ab 5763c
userkey: D7065494023A69E115
can you help me please
modchopper
10-06-2010, 02:46 AM
whats the site code from your app ?
paqratst1
10-06-2010, 09:28 AM
I'm having problems finding the sitecode
modchopper
10-06-2010, 11:40 AM
The sitecode will usually be given to you on the licensing page where you enter the new license.
can you upload the app ?
paqratst1
10-06-2010, 12:50 PM
http://stellar.fileburstcdn.net/stellar/StellarPhoenixMailboxExchangeRecovery.exe
there is the link to download only a couple of mbs
modchopper
10-06-2010, 05:22 PM
ive only had a quick look at this but it would appear you may have to generate your own site key using the info extracted from the user and master keys. all the info is there, its just more difficult. ill have a look when i get more time :)
2 paqratst1 :
Simple manual:
1) Run your program
2) Select Activate -> Manual activation
3) Run any PE Dumper (PETools , LordPE ...)
4) Make dump of crp32002.ngn
5) In dump find string
C:\Documents and Settings\All Users\CrypKey\CKCS.INI
6) And just below that line you'll see your site code
For example D61C 99FD 4FAC C001 57
7) Use ckinfo and script for make siteKey
8) Contents of script file for example:
Action=CreateSiteKey
UserKeyHash=0x6B49
SiteCode=D61C 99FD 4FAC C001 57
AddToExistingLicence=no
EasyLicence=no
NumberOfLicences=1
NetworkLicence=no
LicenceDuration=unlimited
modchopper
10-07-2010, 02:37 AM
Excellent work WRP :)
jshepwnc
10-07-2010, 06:55 AM
This has been very helpful post, but I seem to be having some issues.
My program = Estimation Productivity Suite, release 04, v. B.
I have a valid master authorization code which allows installation and gives me a 14 day trial.
My site code is: D42D 6E7F 2C1D FE5C 02. When I use ckinfo v1.12 to generate site key I get this:
http://lh4.ggpht.com/_tWHtH9uT55w/TK2oklQs1tI/AAAAAAAAADo/uOv8hCjcQ6w/Clipboard01.jpg
When I enter the "encrypting key" into the site key box, I get a message that says it was successful validation, but then program reverts to "not authorized" and I get message that directory has changed?
What am I doing wrong?
Thank you
2 jshepwnc:
Three possible problems :
1) Wrong User HASH
1) Wrong Key Level or Key Options
2) Ckinfo v1.12 have some problem and generate wrong site Key
modchopper
10-07-2010, 12:18 PM
try ckinfo v1.13 and dont use unlimited license. try for 90 days or something. also try setting the options to 1-16. that should enable all available options.
paqratst1
10-07-2010, 01:25 PM
ok so once i have all the keys how do i get a site key?
can i use ckinfo to generate it ?
modchopper
10-07-2010, 03:59 PM
tried this and it works fine. use ckinfo to create sitekey using sitecode found in dump from petools. use password found from userkey, and the following options :
sitecode : xxxx xxxx xxxx xxxx xx
password : 7GNGGWG7
easy license : no
no. of licenses : 1
license duration : limited days
no. of days : 364
key level : 0
key options : 1-16
this will generate you a valid sitecode. worked 1st time for me :)
paqratst1
10-07-2010, 04:50 PM
Ok so i found my sitecode and got the sitekey
but when i activate it. it takes it and then wants a serial number and then creates a file for me to email to them what to do now??
this is what i have
sitekey: 1250 0d52 0cc0 91f7 05a0 7496 74
userkey: D7065494023A69E115
masrkey:c394308f8cbc3ae64d4793320e610d475644c3ec2a 52ce25ae23c85c3d3461cb14d97ad33bd4586404e53951cdbf 2f889ffb3bf2b37a71d7adecc051cef59d7349d6721dca5972 6aa9637c97348721bbffa3a46eb7b2fc57940792da793fc905 adb4645d03c00ddee80621e1f7346658a764834e53a06b91a6 805989ab5763c
sitecode: 159C D7BB 0BAD CCAA 14
and the file they want me to send is PHX_REG.txt
its asking me for a serial number
modchopper
10-08-2010, 02:58 AM
i just used manual activation and entered the generated site key.
benito
10-08-2010, 04:11 AM
manual activation take ANY code and tell you ok, its activated, but if you try open real exchange database it require the activation again ;)
2 benito:
Check Key Level or Key Options . This is a trivial work.
benito
10-08-2010, 05:06 AM
I didnt try it, and i dont need it to try it ;)
I just say that the program accept ANY code in "manual activation". But if it is cotrrect you will see only if you try load real exchange db and try save some mailbox. Thats all i want say, nothing more.
Yes its trivial...
I agree.
Man gave all to do the job.
Further assistance is meaningless and only take away precious time.
Keeper
10-11-2010, 09:48 AM
Hi!
Sorry for my noob question but is it possible to generate a serial key for a product installation based on cryptkey or is it a separate thing ?
i've got the masterkey,userkey and sitecode...but i can't activate some software that i've got because it asks for a product serial number, before going into the activation screen...
(i was able to install this program because i modified it's msi installer, so to force the program to install...)
Thank you for your help!
Here are 1.13 :http://depositfiles.com/files/8g3kpz0cp
Link is dead, please upload again
Thangdc
10-27-2010, 10:34 PM
I already using method PE to dump as @WRP
[QUOTE][Simple manual:
1) Run your program
2) Select Activate -> Manual activation
3) Run any PE Dumper (PETools , LordPE ...)
4) Make dump of crp32002.ngn
5) In dump find string
C:\Documents and Settings\All Users\CrypKey\CKCS.INI
6) And just below that line you'll see your site code
For example D61C 99FD 4FAC C001 57
7) Use ckinfo and script for make siteKeyQUOTE]
but i have not find any userkey or mater key.
Please help me
this link download software
http://www.ids-soft.com/downloadables/08_29_2010_131029BD2V4Setup.exe
2 Thangdc :
UserKey: D6FD1ED9E8343D1895
MasterKey:
f7d20f6fd7dc9f29f629abc36fa4068bd448f2a147d0e58f50 9b2e4356defe8bb132c33afe46228149030ada6292fc40a46d ae074d68837d9994730cc374a7b0595e37653cea3f6f01431d 08f5c4605fb8cbbd0bddc7baf30ebbc18e1f7d0cc5dbe3d099 1a65829fc26c93ee39ef934bc8ddac1a02fcc425c7355a9b95 454b60
Default (Trial) Site Key:
C7B530A5B4D352A6D5DD486E3B
What's a problem ? Read manual attentively ....
Thangdc
10-28-2010, 01:28 AM
[Please DO NOT quote whole messages]
Thank you, but i'm work follow the manual but have not fine, please explain for me
You should select PROCESS crp32002.ngn (NOT dll) and dump it
Thangdc
10-28-2010, 02:04 AM
[Please DO NOT quote whole messages]
but what software to read dump file
[Please DO NOT quote whole messages]
Simply HEX or text editor
Thangdc
10-28-2010, 03:41 AM
[Please DO NOT quote whole messages]
I don't know while but I send my dump, I can't file any thing same U
http://www.4shared.com/file/BrTLBP-q/Dumped2.html
sparpacillon
10-28-2010, 04:59 AM
just a consideration..
i found that masterkey and userkey but they are into BD2GUI.EXE dump (if you use HEX WORKSHOP ---> FIND ALL STRINGS, you will find these two at the very end of file)
I think that WRP is referring to the SITE CODE when talking about crp32002.ngn process (that is also started when you start the app).
maybe he can make all things clearer:D
update:
just set clock forward (more than 15 days) so that app show SITE CODE.
After this using ckinfo and script you can generate unlimited license using the info already provided.
http://i56.tinypic.com/13yf4g1.jpg
Thangdc
10-28-2010, 05:21 AM
[Please DO NOT quote whole messages]
[PLEASE STOP THIS QUOTING!]
I using user key WRP give me is ok but I want how to find userkey and master key
sparpacillon
10-28-2010, 05:32 AM
1) i think git will not appreciate that you always quote into your messages..
2)i already said in my last post how to find the keys you need. please read more carefully.
buntt
11-12-2010, 11:05 PM
how to find user key
I try to do a search using ollydbg on the files .exe or .dll, but I do not find it
where can I get userkey on this software
help me please
any help is greatly appreciated
software link :
http://hotfile.com/dl/71783310/ae98f0b/EST_2010A_v1.0.part1.rar.html
http://hotfile.com/dl/71785933/5adaee3/EST_2010A_v1.0.part2.rar.html
http://hotfile.com/dl/71787449/20293d4/EST_2010A_v1.0.part3.rar.html
http://hotfile.com/dl/71790068/30a1548/EST_2010A_v1.0.part4.rar.html
http://hotfile.com/dl/71791314/d08ec47/EST_2010A_v1.0.part5.rar.html
pass : BrewU10
thanks in advance
zsj008od
11-13-2010, 11:51 AM
[Please DO NOT quote whole messages]
#------------------------------------------
#Default Script (ckInfo)
#http://www.ids-soft.com/downloadables/08_29_2010_131029BD2V4Setup.exe
ScriptName=Bridge Designer
Action=CreateSiteKey
SiteCode=B353 417A A231 1994 B2
MasterKey=f7d20f6fd7dc9f29f629abc36fa4068bd448f2a1 47d0e58f509b2e4356defe8bb132c33afe46228149030ada62 92fc40a46dae074d68837d9994730cc374a7b0595e37653cea 3f6f01431d08f5c4605fb8cbbd0bddc7baf30ebbc18e1f7d0c c5dbe3d0991a65829fc26c93ee39ef934bc8ddac1a02fcc
UserKey=D6FD 1ED9 E834 3D18 95
NumberOfLicences=1
NetworkLicence=no
AddToExistingLicence=no
EasyLicence=no
LicenceDuration=unlimited
KeyOptions=0
KeyLevel=0
#------------------------------------------
save as xx.ckinfo
use ckInfo.exe open xxxx.ckinfo, to calc site key
sparpacillon
11-13-2010, 07:53 PM
@buntt
perkins est 2010a
ok.. found userkey and masterkey :)
USERKEY: F33F52B4C6E1EB652E911E105A
Just need to understand how to retrive real sitecode from obfuscated one.
buntt
11-13-2010, 08:36 PM
to sparpacillon
where i can get user key & master key
because i search at files .exe or .dll , but i don't get its
thanks
sparpacillon
11-14-2010, 05:48 AM
dig into opened crypkey files dump (ngn)
near to resolve obfuscation. btw if you know hot to do, share it here ..
buntt
11-14-2010, 10:00 PM
to sparpacillon
site code is obfuscated become 24 digit, normally is 18 digit
but I don't know, how to deobfuscated the site code.
this is new my problem
how to dig into opened crypkey files dump (ngn)
please help me
thanks in advance
marinuka
11-17-2010, 01:06 PM
The link to the tools is gone. Could you generate a key for me? Thanks.
ckInfo v1.13
http://bbs.pediy.com/showthread.php?t=112475&highlight=ckInfo+v1+13
need register for getting tools...
deposit link is dead...
marinuka
11-22-2010, 08:02 PM
Thanks, but link is not working.
modchopper
11-23-2010, 03:57 AM
http://rapidshare.com/files/432588570/ckInfo.exe
try this link :)
marinuka
11-23-2010, 10:49 AM
Thank you very much. I hope I can figure this out :)
marinuka
11-23-2010, 04:32 PM
Do you know where I can find PE tools?
heroe322
11-23-2010, 10:31 PM
Hi
Need help finding a SiteKey software.
And found the correct CodeSite.
But I searched through the archives. exe and. ell main and can not find the master key and userkey.
If someone could tell me the file where the userkey and masterkey as reported for other software.
download link
http://www.megaupload.com/?d=R7GK0MW5
password = luismiguel
thanks in advance
Regards
sparpacillon
11-24-2010, 06:07 AM
After a quick look :
userkey and masterkey can be found if you dump the crp32ngn.dll loaded when vmglicense.exe is started (dig at the end of dump...)
masterkey is : 5961f23201f105e14902cf6618d42ccf4294927875ab28ea64 8c983331c56d8e0d79b522dbdd04ff1e4cbf29463e87e9808e d0a948198ed46a2ecd4cfe69972371015fb33bece03494ae09 60cdf52cdd25d564169f84171ad1324dd4ed691b286c047aa3 1e9982ad1c99ca0578505d40d0bc2f5d258698901c97fe5382 3fe882
i'll let yourself find the userkey for your joy :D
They are useless because sitecode is obfuscated.
Anyway it is easy to fish it in olly loading vmglicense.exe when it call the crp32dll.dll to obtain the real sitecode.
with these data you can register your app using ckinfo and your ownmade script.
EDIT: MY WRONG , SELECTED WRONG OPTIONS :d
http://img249.imageshack.us/img249/3690/vmg0.jpg
good luck :)
marinuka
11-24-2010, 02:51 PM
Is there someone who knows how to do this who could be so kind as to generate a site key? 54CB 003F 6857 BCEC 95
54CB 003F 6857 BCEC 95
upload the crp32ngn.dll
marinuka
11-25-2010, 01:21 PM
upload the crp32ngn.dll
How do I find this. Sorry I don't know much.
try to find on the target PC with installed software =)
marinuka
11-25-2010, 10:58 PM
Can I email it to you? Error message says file size to big.
marinuka
11-26-2010, 11:17 AM
Can I send you an email?
i'm show email in PM. simply check it
modchopper
11-26-2010, 03:39 PM
2 marinuka - can you upload the app so we can take a look and see where the keys are. most ppl on here will already have the re tools setup to find the keys and so will be able to help explain where/how to find for yourself :)
camiqmex
11-28-2010, 01:05 PM
sparpacillon
vmglicense.exe first run.
PE Tools to dump the file I crp32.ngn.
and find the masterkey, userkey and sitecode.
I have done what is shown here to generate the SiteKey.
but I mark error.
send link to video file so you can see as I did.
http://www.rapidshare.com/files/433680915/VMGSIM.rar
please tell me I'm wrong.
and if you give me your file ckInfo you use to generate the SiteKey.
in advance, thanks for your help
Regards
sparpacillon
11-28-2010, 02:13 PM
@camiqmex
did'nt see your video.. anyway. userkey and masterkey are correct.
if site code you fished is ok, i can say that the only error is into the script you are executing.
i found some mistakes..
Action=CreateSiteKey OK
UserKey=d7a8188be81fc9 OK
------> here you can put your site code so you don't have to do it manually
NumberOfLicences=100 ----> why not 1? :D you don't know if app support multiple licenses.
NetworkLicence=no OK
AddToExistingLicence=no OK
EasyLicence=no OK
LicenceDuration=unlimited OK
KeyOptions=1,2,3,4,5,6,7,8,9,10,11,12 ---> here you can simply write 1-12 to obtain the same result.
KeyLevel=0 ----> here is wrong. that level is for registering crypkey sitekey generator. you have to put the level for the app you are generating codes for. (you can find it using ckinfo and viewing info about masterkey)
bye
camiqmex
11-28-2010, 03:58 PM
@sparpacillon
corrected the information in my file. ckInfo.
according to what you wrote.
I tested all the data are possible to appear in keylevel ckinfo me when I masterkey.
the error remains the same.
hopefully you can see the video, I put the software so you can see right there, you just have to install.
in advance, thanks for your help
Regards
modchopper
11-28-2010, 04:30 PM
2 camiqmex, use ckinfo to examine the keys provided in your upload. you will see the sitecode contains different company number and app id. this will cause the wrong sitekey to be generated. do some more searching to find a matching set of sitecode/userkey/masterkey.
ercakir418
12-24-2010, 06:32 AM
Hi,
I need help.
I want manual activation.
Setupex Version info
VALUE "Comments", "This version only overwrites older installs, unless /F (Force) is in the commandline. It also sets SETUP_CK.DLL readonly, so that older versions of this program will not overwrite newer installs."
VALUE "CompanyName", "CrypKey"
VALUE "FileDescription", "CrypKey License Service Install"
VALUE "FileVersion", "7.102"
VALUE "InternalName", "SETUPEX"
VALUE "LegalCopyright", "Copyright © 1996-2007"
VALUE "LegalTrademarks", "CrypKey"
VALUE "OriginalFilename", "SETUPEX.EXE"
VALUE "ProductName", "CrypKey Software Licensing System"
VALUE "ProductVersion", "7.1"
http://www.yukleresim.com/images/20774581574899976430.jpg
Maxsea Time Zero download link: http://download.maxsea.com/MXT0v1.9.0_Full.zip
Site Code: 2BBD 3310 ACCE E5FF D1
PLS help ME :( :( :(
gnerogeem
12-24-2010, 08:14 AM
Why don't you do your work first?
When you stuck come here and seek for help.
nagubaba
12-29-2010, 12:57 AM
i'm not able to do it my site code is
7401 0BC2 91E9 9439 35
how come the site code changes now my site code is
9318 5E7A 83FD 3D95 12
pls help
graysonstreed
12-30-2010, 09:31 AM
Hello
Plz help me to find the site key for this
Site code: 8773 FCC9 3AAC 9993 46
regards,
modchopper
12-30-2010, 04:36 PM
you dont get a sitekey directly from a sitecode. you need to find the userkey and masterkey from the app. all the info is in this thread.
graysonstreed
01-07-2011, 05:25 PM
modchopper
I find user key and masterkey
Userkey: DE5E 81ED E83A 12EB 81D2 C0FA 1B
masterkey: b4135aa5ec82997f53c5efcd0567ae710af3de57c4a72a7981 83b5ea90b391591a6c2f8863b89b2b7be27bd2553e3e2557d2 bec1daad173a09bf256da1e7d92b9bb0377dbc5e431d7fbb95 ba17d8806560be6355949e144dc84cd8e72f2732c8aa304887 4f75de558a920b0454c75c047574aa890d2423bef09575995f 30d05
please tell me what is the next step
sitecode AB6C B83B 4AEC 0B32 2A
thanks
try it...
sitecode AB6C B83B 4AEC 0B32 2A
sitekey 2B63 418D 75B4 80F2 8FF9 F208 F8
graysonstreed
01-10-2011, 09:50 AM
BfoX
Thanks for the site code,, it works for 30 days can you help me to understand how i can do for make a permanent licence
regarsd
"it works for 30 days"
He (BFox) is not working for free . And it is his joke )))
2 graysonstreed
Answer on your question you can find in this topic :)
sparpacillon
01-10-2011, 04:13 PM
@graysonstreed
what is your question?
you have userkey, sitecode.. so use ckinfo to obtain your sitecode..
>ckInfov1.3.exe /sitekey 2B63 418D 75B4 80F2 8FF9 F208 F8
CrypKey Copy Protection Information v1.13
Parsing Key - 2B63 418D 75B4 80F2 8FF9 F208 F8
Decrypting Key - 0000 01DE 3556 0100 801E 80DA B9 [0x1B:0x05]
Key Validation - OK
Formatting Key :
00 00 01 DE35 56010080 1E80 DAB9
╠╝ ╚╝ ╚╣ ╠══╝ ╠══════╝ ╠══╝ ╠══╝
╚═══╗ ║ ║ ║ ║ ╚══════════ Key CRC - 0xDAB9
Add To Licence? - No ═══╝ ║ ║ ║ ╚════ Limited Licence (Days) - 30
Number Of Licences - 1 ════╣ ║ ╠══ Key Level - 342
Network Licence? - No ═════╝ ║ ╚══ Key Options - 1
Easy Licence? - No ══════════╩═══════ User Key Hash - 0x35DE
@WRP: this is BIG :D 30th day :D
this time need for study this forum and get some think...
graysonstreed
01-10-2011, 04:57 PM
thanks sparcillon
i fixed my problem with level options in script file,. the software have 19 options but only i can use 16.. if I put 19 in the script the ckinfo returned decrypted error..
regards
may be some games with Key Level/Key Options... imho
yogi_saw
01-11-2011, 12:52 PM
@WRP: this is BIG 30th day this time need for study this forum and get some think... i appriciate ur help bfox u r very senior to us in ur knwoledge and experiance is good expecting u to motivate us with helping same way...and guiding same way...
wow, yogi is my reader ;)
yogi_saw
01-14-2011, 05:31 AM
hi guys I m trying crypkey first time for instance I have downloaded soft from this post http://www.reteam.org/board/showpost.php?p=23750&postcount=76
now as WRP suggest to dump and chk for string in crp32002.ngn. but could not find the string "C:\Documents and Settings\All Users\CrypKey\CKCS.INI"
I could find userkey :- D7065494023A69E115
master key :- c394308f8cbc3ae64d4793320e610d475644c3ec2a52ce25ae 23c85c3d3461cb14d97ad33bd4586404e53951cdbf2f889ffb 3bf2b37a71d7adecc051cef59d7349d6721dca59726aa9637c 97348721bbffa3a46eb7b2fc57940792da793fc905adb4645d 03c00ddee80621e1f7346658a764834e53a06b91a6805989ab 5763c
(i m not sure abt this)
but could not find sitecode to create sitekey...
hopefully somebody will let me know wherever I have mistaken...
I am using ckinfo 112 if anyone has latest one or ckinfo v1.13 pls post here
edit:- ok I found string in crp32002.ngn but nothing below that everything is zeroed out attached pict of it http://img529.imageshack.us/img529/5803/72575565.jpg
robin1044
01-15-2011, 12:01 AM
Hi yogi,
You need to run software and dump Crp... first, then look inside the dump (not insdie original crp32002.ngn)
by the way, more challenge would be on level/options :)
yogi_saw
01-15-2011, 12:23 AM
Hi robin thanks for reply. I have dumped crp...ngn at runtime when the authorisation box was open and searched inside it. Two instance found for ckcs.ini but both were useless
robin1044
01-15-2011, 04:31 AM
Try dumping crp32002 process, Not crp32002 loaded with your target application.
yogi_saw
01-18-2011, 07:49 AM
did the same but could not found site code. has somebody else done with this soft?
bump!!!!!
anybody tried with this one?
Tancu
01-20-2011, 04:19 PM
PC Navtex 3.0.5
http://www.yukleresim.com/images/70084968225345027288.jpg
download link : http://www.smartcomsoftware.com/downloads.html
I could not find the keygen.masters Creating keygen please?
please help me .
gnerogeem
01-20-2011, 08:18 PM
@Tancu
This software using Crypkey?
I think not and this is a crack request.
No crack request here.
panhandlebob
01-26-2011, 04:02 PM
I have learned much from this forum and have been able to get masterkey, userkey and sitecode. But when i generate sitekey with ckinfo 1.12 the key does not work. i appreciate any knowledge you offer.
i think i read somewhere that 1.12 sometimes gave incorrect sitekey. the only other version that i found was 1.08.
sparpacillon
01-26-2011, 06:41 PM
maybe you have put wrong level/options or even userkey:D
your target is downloadable somewhere?
panhandlebob
01-26-2011, 07:35 PM
i'm new to this is there a suggestion as to where i can upload it?
Rapidshare, Hotfile, here...
Git
panhandlebob
01-27-2011, 08:32 PM
i uploaded to hotfiles.
md2005bo-phb.zip
http://hotfile.com/dl/100004234/b3c8a40/MD2005BO-phb.zip.html
sparpacillon
01-28-2011, 09:36 AM
given a look to your target. btw post before what you have found..
USERKEY, MASTERKEY, options, levels and all the info you things are useful to register..
i can suggest two things:
1) site code is ok(or there is something strange)?
2)site key the app is searching for is in the regular format?
Once you discovered these two things, you have to insert a valid userkey and LEVEL for the app and generate a key with ckinfo.
When registration goes ok, will appear this :
http://img291.imageshack.us/img291/1605/maitre3.jpg
So, you have to discover the password for the 3 types of users avaible to enter the app :)
DISTRIBUTOR /DEVELOPER /USER
And , at the end you can have your app working :D
http://img403.imageshack.us/img403/5951/maitre4.jpg
panhandlebob
01-28-2011, 11:40 AM
ok, i used this to check masterkey and it's looks correct.
C:\Temp\crypkey\ckInfo112\ckInfo.exe /masterkey fa8d 57c4 e4c5 f401 f409 335e 61cc 968b 1dfd 968b 6c1c
then this to check site code,
C:\Temp\crypkey\ckInfo112\ckInfo.exe /sitecode d8e659ffc577ac27df
and it looks good.
am i right so far?
sparpacillon
01-28-2011, 11:51 AM
masterkey is ok. but to generate keys you need USERKEY.
and it is strange that your sitecode is 18 char long.. since mine is 20.
panhandlebob
01-28-2011, 11:59 AM
mine is 20 as well. but when i run
C:\Temp\crypkey\ckInfo112\ckInfo.exe /sitecode d8e659ffc577ac27dfce
error 03.......check code lenth.
if i drop the last 2, it checks good.
oh yeah, i run this on my userkey and it checks ok.
C:\Temp\crypkey\ckInfo112\ckInfo.exe /userkey cb1c52c0e054b7fe704d69
narciszu
01-28-2011, 01:37 PM
masterkey is ok. but to generate keys you need USERKEY.
and it is strange that your sitecode is 18 char long.. since mine is 20.
If the sitecode is 20 char long, you need to cut last 2 digits and have the correct site code.
If the program gives you D91F FAA4 C588 BF1C 242E, cut last 2 digits (red ones). The site code is in fact: D91F FAA4 C588 BF1C 24
panhandlebob
01-28-2011, 03:10 PM
ok, that is what i did. and my site key that i generate "encrypting key" does't work.
here is my script that i'm using
Default Script (ckInfo)
ScriptName=pos
Action=CreateSiteKey
Userkey=cb1c52c0e054b7fe704d69
SiteCode=dc693914c59ced2a13
Password=N7G7W7N7W
NumberOfLicences=1
NetworkLicence=no
LicenceDuration=unlimited
KeyLevel=10
KeyOptions=9,15
narciszu
01-28-2011, 03:27 PM
For your example script, site key returned is:
D3B6 D436 02D0 A65E 9D10 84AE 98
Add at the end the last two digits cutted to obtain correct sitecode. Add it in reverse order. If the last 2 digits cutted was 2E you need to add E2 and obtain key to enter in program:
D3B6 D436 02D0 A65E 9D10 84AE 98E2
sparpacillon
01-28-2011, 03:39 PM
wrong level, wrong options, and the last 2 chars are not calculated as you said.
narciszu
01-28-2011, 03:57 PM
This is my data:
Script:
#Default Script (ckInfo)
ScriptName=Create Site Key POSER
Action=CreateSiteKey
MasterKey=FA8D57C4E4C5F401F409335E61CC968B1DFD968B 6C1C
UserKey=CB1C 52C0 E054 B7FE 704D 69
AddToExistingLicence=no
NumberOfLicences=1
NetworkLicence=no
LicenceDuration=unlimited
EasyLicence=no
KeyLevel=14
KeyOptions=0
Generated Sitecode
D91F FAA4 C588 BF1C 242E
Corect sitecode
D91F FAA4 C588 BF1C 24
Generated SiteKey
D7D9 7404 D13F 2E4F 8527 2E27 51
Entered SiteKey
D7D9 7404 D13F 2E4F 8527 2E27 51E2
Now, program ask me for password. It was probably a coincidence the reversed last 2 digits for sitekey.
panhandlebob
01-28-2011, 04:17 PM
used your script and my sitecode and still fails......
my sitecode checks correct. wtf?
sparpacillon
01-28-2011, 04:46 PM
@panhandlebob
you did not understand that those 2 chars are connected with serial number and commerce name...
more than an help was given to you.. now go alone :)
panhandlebob
01-28-2011, 06:39 PM
thanks for your time. i am not seeing it, but thanks again.
narciszu
01-29-2011, 03:14 AM
If you put Serial numebr=1500000 and Commerce Name=TEST You could add at the end of generated sitekey this digits: E2
If you increase serial number by 1, need to decrease last digits by 1 (in HEX). I don't know yet the algo but this works.
LastDigits Serial Name
E2 1500000 TEST
E1 1500001 TEST
E0 1500002 TEST
DF 1500003 TEST
But you still need to find passwords.
Maybe @sparpacillon give a hint !?
sparpacillon
01-29-2011, 05:01 AM
60404669 8B4D F8 MOV ECX,DWORD PTR SS:[EBP-8]
6040466C E8 2F000000 CALL ?IsDistributor@CDialogPassword@@IAEHXZ
60404671 8945 FC MOV DWORD PTR SS:[EBP-4],EAX
60404674 837D FC 00 CMP DWORD PTR SS:[EBP-4],0
60404678 75 0B JNZ SHORT 60404685
6040467A 8B4D F8 MOV ECX,DWORD PTR SS:[EBP-8]
6040467D E8 DE000000 CALL ?IsDevelopment@CDialogPassword@@IAEHXZ
60404682 8945 FC MOV DWORD PTR SS:[EBP-4],EAX
60404685 837D FC 00 CMP DWORD PTR SS:[EBP-4],0
60404689 75 0B JNZ SHORT 60404696
6040468B 8B4D F8 MOV ECX,DWORD PTR SS:[EBP-8]
6040468E E8 3D020000 CALL ?IsUser@CDialogPassword@@IAEHXZ
60404693 8945 FC MOV DWORD PTR SS:[EBP-4],EAX
finding the passwords is trivial.. they are hardcoded
narciszu
01-29-2011, 07:13 AM
You can enter program by typing 2 spaces into the password dialog box with DISTRIBUTOR Level. Another passwords are: "HELLO", "7544", "18681543", "00410989". This are OK only if you NOT choose to install SP4. But first password (2 spaces) works anyway (even you don't type anything on the user name field if you already installed SP4)
Now you can play with KeyLevel and KeyOptions. This two modifies workstation number and activate various modules.
More explanation:
#Default Script (ckInfo)
ScriptName=Create Site Key POSERA Maitre'D Back-Office
Action=CreateSiteKey
MasterKey=FA8D 57C4 E4C5 F401 F409 335E 61CC 968B 1DFD 968B 6C1C
UserKey=CB1C 52C0 E054 B7FE 704D 69
AddToExistingLicence=no
NumberOfLicences=1
NetworkLicence=no
LicenceDuration=unlimited
EasyLicence=no
KeyLevel=16353
KeyOptions=3-4,6-10,12-16
KeyOption details:
2 = DEMONSTRATOR
3 = Academic
4 = FastFood
5 = Auxilliary Back-Office Only
6 = Stock management
7 = Multi Location Inventory
8 = Delivery
9 = Time & Attendance
10 = Account Receivable
11 = Backup Server
12 = Corporate Client
13 = Corporate Server pak #1
14 = Corporate Server pak #2
15 = Electronic Fund Transfer
16 = Interface Front Desk
KeyLevel Details:
3 = Interface customer
4 = Interface general Ledger
5 = Interface Account Receivable
6 = Interface Acoount Payable
7 = Interface Payroll
8 = Interface Scale
9 = Interface Bar
10 = Interface Time & Attendance
11 = Interface Gift Certificate
Key Level 1,12-16 is responsible for the workstation number. Maximum is 63 workstations.
KeyLevel = 16 => Workstation = 1
KeyLevel = 15 => Workstation = 2
KeyLevel = 15,16 => Workstation = 3
...
KeyLevel = 12-16 => Workstation 31
KeyLevel 1 add 32 to the workstation number. If you specifies KeyLevel 1,16 => Worsktaion number is 32+1=33
http://img819.imageshack.us/img819/5653/posera2.jpg (http://img819.imageshack.us/i/posera2.jpg/)
KeyLevel 2 - seems to be unused
KeyOption 1 if set = ERROR Authorisation
Here you can see how to obtain correct value for KeyLevel. Red line is the value I put it in script. KeyLevel=16353
http://img820.imageshack.us/img820/7609/posera3.jpg (http://img820.imageshack.us/i/posera3.jpg/)
And here you can see how to "play" with KeyOptions
KeyOptions=3-4,6-10,12-16http://img64.imageshack.us/img64/7259/posera4.jpg (http://img64.imageshack.us/i/posera4.jpg/)
THANK YOU @sparpacillon for the password hint.
For this work to be complete, we must find the algo for generating last 2 digits added at the end of the correct sitekey.
tridays
02-10-2011, 08:51 AM
hi guys I m trying crypkey first time for instance I have downloaded soft from this post http://www.reteam.org/board/showpost.php?p=23750&postcount=76
now as WRP suggest to dump and chk for string in crp32002.ngn. but could not find the string "C:\Documents and Settings\All Users\CrypKey\CKCS.INI"
I could find userkey :- D7065494023A69E115
master key :- c394308f8cbc3ae64d4793320e610d475644c3ec2a52ce25ae 23c85c3d3461cb14d97ad33bd4586404e53951cdbf2f889ffb 3bf2b37a71d7adecc051cef59d7349d6721dca59726aa9637c 97348721bbffa3a46eb7b2fc57940792da793fc905adb4645d 03c00ddee80621e1f7346658a764834e53a06b91a6805989ab 5763c
(i m not sure abt this)
but could not find sitecode to create sitekey...
hopefully somebody will let me know wherever I have mistaken...
I am using ckinfo 112 if anyone has latest one or ckinfo v1.13 pls post here
edit:- ok I found string in crp32002.ngn but nothing below that everything is zeroed out attached pict of it http://img529.imageshack.us/img529/5803/72575565.jpg
I have the same problem as yogi. and I can not find the path in other programs.
narciszu
02-10-2011, 03:42 PM
ckinfo v1.13
http://www.rapidshare.com/files/447238131/ckInfo_v1.13.rar
Dr Pete
02-11-2011, 02:17 AM
You found correct userkey & masterkey.
Thats all you need to generate your own code.
E-Man
02-17-2011, 08:40 PM
First of all thank you very much to all who contribute. I’m currently stuck trying to generate an UNLOCK key (Maps/Modules) for Maxsea Timezero v1.9.0.
I just want to tell you that I have been trying to research this for days, but i have come to a point where i need to ask for help as I am way out of my depth. I have read nearly every post there is on this forum regarding Crypkey but have not been able to solve this. Ironically, I am an advanced user so this is a little frustrating. Please bare with me as I am from the SQL and Java world but have some experience with VBS as well.
Can anyone enlighten or direct me as to how to generate this? Thanks.
Thanks very much for reading
Best Regards.
amitgoyal1972
02-19-2011, 12:08 AM
I have learnt a lot from the discussions in this forum. Thanks to all who shared the information. I am facing problem with user key of my program.
I have uploaded my crp32002.ngn file to http://ifile.it/qdbw89o
I could find out master key as
742961ff378ed1cb1c25fa7bb4ee881c3b3a7e294d34a46601 20688be538874b1e586424e6eba7fe271ba31a066a747951fc a7e0eab433cfdea9c33e9804dbba19e6bd2177c28b29d742ea 8066e330fe7413972330efbf9717f1738d09e708fb5a4595be b347284431536db26badcd7fca1672fc1625cfc8ec9819fff9 2468f0
No luck with user key?
Can anybody help,
Thanks in advance.
sparpacillon
02-19-2011, 07:41 AM
@amitgoyal1972
post your app here.
narciszu
02-19-2011, 09:42 AM
@amitgoyal1972
In order to find your master and user keys, you need to run your app and dump crp32002.ngn from memory.
This is not yours app master key: 742961ff378ed1cb1c25fa7bb4ee881c3b3a7e294d34a46601 20688be538874b1e586424e6eba7fe271ba31a066a747951fc a7e0eab433cfdea9c33e9804dbba19e6bd2177c28b29d742ea 8066e330fe7413972330efbf9717f1738d09e708fb5a4595be b347284431536db26badcd7fca1672fc1625cfc8ec9819fff9 2468f0. You can find this master key in all crp32002.ngn files.
Like sparpacillon said, put your app here and we try to help
amitgoyal1972
02-20-2011, 05:03 AM
Following is the link of the program,
http://ifile.it/ucvdxfr
After running the application, I ran PEtools but I cannot fing crp32002.ngn process in the first window.
Can somebody tell me how to recover user key and master key.
Thanks
narciszu
02-20-2011, 06:04 AM
Master Key
b5927183a08e516a540e3a2733beb22986e71d454d94128585 f5334d7193ad7eccf09ff9230472f80dff8a1a4287aff749d7 1c9ca1273961ed5548ee0aef605dc0f93f50b318192bb72359 78ea94180e255adeb9c4463b6745f7d50f170f312420dc8267 64ec273b9ef99ec125eda10b69181cad1b6bf6257e002a9857 db0475
CrypKey Copy Protection Information v1.13
Parsing Key - B592 7183 A08E 516A 540E 3A27 <..> F625 7E00 2A98 57DB 0475
Decrypting Key - DAFE 0000 D505 0000 0000 0046 0F00 0000 0100 0000 6400 0000
0000 0000 0000 0000 0000 0000 0000 4146 545F 434B 2E4C 4943
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 8E69
Key Validation - OK
Formatting Key :
0000 D505 00460F00 01000000 4146545F434B2E4C494300000000 8E69
╚══╣ ╠══╝ ╠══════╝ ╚══════╣ ╠══════════════════════════╝ ╚══╣
╔═ Allow Modules ═╝ ║ ║ ╔═════════════╝ ╚═════ Filename - AFT_CK.LIC ║
╠═ WinNT16? - Yes ║ ║ ║ Key CRC - 0x8E69 ═══╝
╠═ WinNT32? - Yes ║ ║ ╚══ Network Seats (Site Key: 1 / Max: 0)
╚═ Network? - Yes ║ ╠════ Static Key? - No
║ ╠════ USBKey? - No
║ ╚════ v7+ Key? - Yes (v7.0)
╠═══ Account Number - 469
╠═══ Application Id - 1
╚═══ Company Number - 7956469
UserKey
D71EB46C023A71B01D738E
CrypKey Copy Protection Information v1.13
Parsing Key - D71E B46C 023A 71B0 1D73 8E
Decrypting Key - 010A 0909 0808 0A09 0A08 00
Key Validation - OK
Formatting Key :
0A090908080A090A0800
╠══════════════════╝
╠═══ Password - WNNGGWNWG
╠═══ Password Number - 648283424
╠═══ User Key Hash (1) - 0x51
╚═══ User Key Hash (2) - 0x9DB8
On the other hand, you could find very easy on the net, two already cracked version. One of them cracked by EAT (work very fine with all modules activated) and one portable (this work also very fine).
Search and find yourself
"Applied.Flow.Technology.Fathom.v7.0.2010.07.23.Cra cked-EAT.rar"
or
"Portable_AFT_Fathom_7.0.7z"
E-Man
02-22-2011, 01:56 PM
OK, from what I understand, when you put a mapmedia type map (DBR/DBV/etc..) into the "My Maxsea" directory in mydocs, MaxSea analyzes it and in relation to the UC codes that exist in a text file and determines weather its a free map (NOAA maps are free) or a map that requires a particular unlock code (UC code) for that map. If it doesn't find it, it stops. However, if its a free map then it copies it into a temp folder where it "unlocks" it and moves it to the relevant directory based on the map type.
Since every non-free map would have a different unlock codes, I don't see how I could use ckInfo to generate any keys, especially since the keys are 20 hex characters.
I have fully decompiled the app and can see the algorithm but its a little hard to interpret even with my development experience. I love to learn but this is really hard. Can someone PLEASE help with this? Again I have the AC already but need to gen UC codes based on Mapmedia files.
An unlocker exists for older mapmedia maps with extension .map but not for new ones. Its probably very similar. Here is a link for the NEW Mapmedia maps:
http://www.mapmedia.com/catalog/MapmediaCatalog.html
Here again is a link for the app:
http://download.maxsea.com/MXT0v1.9.0_Full.zip
Thanks.
amitgoyal1972
02-23-2011, 02:45 AM
@narciszu
Thanks, for the keys.
I know that cracked version is available but they don't give the correct results and that is the reason I wanted to try.
But it seems there is more than simple crypkey protection.
robin1044
02-23-2011, 04:19 AM
Hi amit,
yes, All AFT products are using CRC check protection. after patching they would bring about false results.
to avoid CRC changes, you need to make keygen or loader instead of just patching the files.
E-Man
02-28-2011, 09:04 PM
Bump. Still looking for someone who can help out with this challenge. Please see post #180 above. Thanks.
almodaro
03-07-2011, 02:03 AM
Hi, Please, HELP with CrypKey 7.1
site code:BF7C E35B DAA9 8111 3E
&
site code:5C85 9139 E52C 4917 DD
@almodaro: upload the target soiftware
narciszu
03-07-2011, 04:07 AM
@almorado
For what application ?
CrypKey Libraries - v7.1
Account Number - 988
Application Id - 1
Company Number - 7956988
yani75
03-16-2011, 11:35 AM
Site code
SC 934F 5FB9 4A5D 3951 1A
Program : Maxsea Time Zero 1.9
Tnk...
eXest
03-18-2011, 06:56 PM
Hi all! So I'm just getting back into the reverse engineering game.. I dabbled in it 10-12 years ago but a lot has changed.. lol.. anyway, I have this software, MasterWorks Lite by Designer's Gallery, and it's for my friend's mom who uses it to to make sewing patterns I guess. Anyway, she lost her keys and stuff apparently and had to have her laptop formatted and everything reinstalled so she wasn't able to transfer her old license off of it. hence where I come in.. my friend asked me to help and I love a challenge.. lol.. so I started reading and reading and found this forum and read through this thread about 5 times.. got all the software I needed together and went to work! I was able to get the sitecode, user code, master code and I have the installation serial, but when I run /createKey site, the code I get doesn't work in the program. :( I tried with different values and options and nothing worked. Am I doing something wrong or is there another step I need to take or am I working with an incompatible version of CrypKey? Please help me! below is all the ckInfo stuff I tried as well as the info I pulled from Olly. The program starts up and asks if you want to start the 30 day trial or install a license. The trial is over, so I choose to install a license, then choose to do no internet activation, then it gives me site code and serial number, I generate a code using ckInfo, then I plug in that code to the program and it thinks for a few seconds then spits back that "this license code is not applicable to this product". a trial can be downloaded from their website at www.designersgallerysoftware.com
thank you so much for any help!!
ASCII "C81AE74954BB62D16D0E18"
ASCII
"7361c364ad83c13bcbf69300dcd4aabc7fca73cd358cb4a47e a7079a49a7faa3cb00aeda0b33c1775d1c504fc1e17e3aa9a6 0fe7c4f03b1a7d52022f45863d27e467f3560c1d4ecc50861
26ae51f2a615a343cd5f95d6c6d206abec855ecc17d8b442c0 e622d4599412d161c4aca2a86185d73fbb2944"...
7361c364ad83c13bcbf69300dcd4aabc7fca73cd358cb4a47e a7079a49a7faa3cb00aeda0b33c1775d1c504fc1e17e3aa9a6 0fe7c4f03b1a7d52022f45863d27e467f3560c1d4ecc508612
6ae51f2a615a343cd5f95d6c6d206abec855ecc17d8b442c0e 622d4599412d161c4aca2a86185d73fbb294441dde3dc6d40f 7ea0f3 v 9734 7331 B8D2 2124 96
C81A E749 54BB 62D1 6D0E 18
9734 7331 b8d2 2124 96
Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
F:\#CRACKING#\ckInfo_v1.13\ckInfo v1.13>ckInfo.exe /sitecode 9734 7331 b8d2 2124
96
CrypKey Copy Protection Information v1.13
Parsing Code - 9734 7331 B8D2 2124 96
Decrypting Code - 0002 415E 1900 00FF D9 [0x16:0x03]
Code Validation - OK
Formatting Code :
02 41 5E19 0000 FFD9
╚╣ ╚╣ ╠══╝ ╠══╝ ╠══╝
║ ║ ║ ║ ╚═══════════════ Code CRC - 0xFFD9
Allow Add Licence? - No ═══╣ ║ ║ ╠════════ User Key Hash (Seed) - 0x0000
Allow Easy Licence? - Yes ═╝ ║ ║ ╚══════════════ Drive Serial Number - 0
CrypKey Libraries - v6.5 ═════╝ ╠═ Account Number - 350
╠═ Application Id - 6
╚═ Company Number - 7956350
F:\#CRACKING#\ckInfo_v1.13\ckInfo v1.13>ckInfo.exe /userkey C81A E749 54BB 62D1
6D0E 18
CrypKey Copy Protection Information v1.13
Parsing Key - C81A E749 54BB 62D1 6D0E 18
Decrypting Key - 1E08 0906 0607 0A09 0404 00
Key Validation - OK
Formatting Key :
08090606070A09040400
╠══════════════════╝
╠═══ Password - GN77>WN''
╠═══ Password Number - 730527528
╠═══ User Key Hash (1) - 0x3F
╚═══ User Key Hash (2) - 0xDC3B
F:\#CRACKING#\ckInfo_v1.13\ckInfo v1.13>ckInfo.exe /masterkey 7361c364ad83c13bcb
f69300dcd4aabc7fca73cd358cb4a47ea7079a49a7faa3cb00 aeda0b33c1775d1c504fc1e17e3aa9
a60fe7c4f03b1a7d52022f45863d27e467f3560c1d4ecc5086 126ae51f2a615a343cd5f95d6c6d20
6abec855ecc17d8b442c0e622d4599412d161c4aca2a86185d 73fbb294441dde3dc6d40f7ea0f3
CrypKey Copy Protection Information v1.13
Parsing Key - 7361 C364 AD83 C13B CBF6 9300 <..> 441D DE3D C6D4 0F7E A0F3
Decrypting Key - DAFE 0000 5E19 0000 0000 003C 0300 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 424C 4449 4749 2E45 5845
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 91A1
Key Validation - OK
Formatting Key :
0000 5E19 003C0300 00000000 424C444947492E45584500000000 91A1
╚══╣ ╠══╝ ╠══════╝ ╚══════╣ ╠══════════════════════════╝ ╚══╣
╔═ Allow Modules ═╝ ║ ║ ╔═════════════╝ ╚═════ Filename - BLDIGI.EXE ║
╠═ WinNT16? - Yes ║ ║ ║ Key CRC - 0x91A1 ═══╝
╠═ WinNT32? - Yes ║ ║ ╚══ Network Seats (Site Key: 0 / Max: 0)
╚═ Network? - Yes ║ ╠════ Static Key? - No
║ ╠════ USBKey? - No
║ ╚════ v7+ Key? - No
╠═══ Account Number - 350
╠═══ Application Id - 6
╚═══ Company Number - 7956350
F:\#CRACKING#\ckInfo_v1.13\ckInfo v1.13>ckInfo.exe /createkey site
CrypKey Copy Protection Information v1.13
Key Information...
+ Site Code : 9734 7331 B8D2 2124 96
+ Plaintext Password : GN77>WN''
+ Easy Licence? : Yes
+ Key Level : 65535
+ Key Options : 1-16
Key Validation - OK
Creating Key - 0000 013B DCFF FFFF FF00 0054 21
Encrypting Key - C0C8 27A0 F6B3 DF82 8318 6DF6 D3
F:\#CRACKING#\ckInfo_v1.13\ckInfo v1.13>ckInfo.exe /sitecode CA13 10BB 03E3 3E46
4B
CrypKey Copy Protection Information v1.13
Parsing Code - CA13 10BB 03E3 3E46 4B
Decrypting Code - 0003 415E 1900 00FE 08 [0x1C:0x00]
Code Validation - OK
Formatting Code :
03 41 5E19 0000 FE08
╚╣ ╚╣ ╠══╝ ╠══╝ ╠══╝
║ ║ ║ ║ ╚═══════════════ Code CRC - 0xFE08
Allow Add Licence? - Yes ══╣ ║ ║ ╠════════ User Key Hash (Seed) - 0x0000
Allow Easy Licence? - Yes ═╝ ║ ║ ╚══════════════ Drive Serial Number - 0
CrypKey Libraries - v6.5 ═════╝ ╠═ Account Number - 350
╠═ Application Id - 6
╚═ Company Number - 7956350
F:\#CRACKING#\ckInfo_v1.13\ckInfo v1.13>ckInfo.exe /createKey site
CrypKey Copy Protection Information v1.13
Key Information...
+ Site Code : CA13 10BB 03E3 3E46 4B
+ User Key Hash (2) : 0xDC3B
+ Add To Licence? : Yes
+ Easy Licence? : Yes
+ Key Level : 65535
+ Key Options : 1-16
Key Validation - OK
Creating Key - 0100 003B DCFF FFFF FF00 005D 4D
Encrypting Key - 9192 1BE3 B6BC 3527 4D5F 13B9 D6
F:\#CRACKING#\ckInfo_v1.13\ckInfo v1.13>ckInfo.exe /sitecode BB11 6177 6EF2 563E
7A
CrypKey Copy Protection Information v1.13
Parsing Code - BB11 6177 6EF2 563E 7A
Decrypting Code - 0003 415E 1900 00FE 08 [0x00:0x00]
Code Validation - OK
Formatting Code :
03 41 5E19 0000 FE08
╚╣ ╚╣ ╠══╝ ╠══╝ ╠══╝
║ ║ ║ ║ ╚═══════════════ Code CRC - 0xFE08
Allow Add Licence? - Yes ══╣ ║ ║ ╠════════ User Key Hash (Seed) - 0x0000
Allow Easy Licence? - Yes ═╝ ║ ║ ╚══════════════ Drive Serial Number - 0
CrypKey Libraries - v6.5 ═════╝ ╠═ Account Number - 350
╠═ Application Id - 6
╚═ Company Number - 7956350
F:\#CRACKING#\ckInfo_v1.13\ckInfo v1.13>ckInfo /createKey site
CrypKey Copy Protection Information v1.13
Key Information...
+ Site Code : BB11 6177 6EF2 563E 7A
+ User Key Hash (2) : 0xDC3B
+ Add To Licence? : Yes
+ Easy Licence? : Yes
+ Key Level : 65535
+ Key Options : 1-16
Key Validation - OK
Creating Key - 0100 003B DCFF FFFF FF00 005D 4D
Encrypting Key - A059 32BE 5102 D755 C5E3 C7A8 D6
F:\#CRACKING#\ckInfo_v1.13\ckInfo v1.13>ckInfo.exe /createKey site
CrypKey Copy Protection Information v1.13
Key Information...
+ Site Code : CE75 17C4 9E29 E8AC 0F
+ User Key Hash (2) : 0xDC3B
+ Add To Licence? : Yes
+ Easy Licence? : Yes
+ Key Level : 10000
+ Key Options : 1-16
Key Validation - OK
Creating Key - 0100 003B DC10 27FF FF00 006B C1
Encrypting Key - E9D1 485A ECAB 10CD F8B3 DD1B 67
F:\#CRACKING#\ckInfo_v1.13\ckInfo v1.13>ckInfo.exe /createKey site
CrypKey Copy Protection Information v1.13
Key Information...
+ Site Code : F653 D614 29BD 8938 77
+ User Key Hash (2) : 0x3F00
+ Add To Licence? : Yes
+ Easy Licence? : Yes
+ Key Level : 65535
+ Key Options : 1-16
Key Validation - OK
Creating Key - 0100 0000 BFFF FFFF FF00 004C EC
Encrypting Key - 8A6F B9AA 17F9 AB58 B52C 8540 36
F:\#CRACKING#\ckInfo_v1.13\ckInfo v1.13>ckInfo.exe /createKey site
CrypKey Copy Protection Information v1.13
Key Information...
+ Site Code : B764 0BF9 4098 011D B6
+ Plaintext Password : GN77>WN''
+ Easy Licence? : Yes
+ Key Level : 65535
+ Key Options : 1-16
Key Validation - OK
Creating Key - 0000 013B DCFF FFFF FF00 0054 21
Encrypting Key - 4402 A1DF 3A04 6AEC 0E97 35F5 B1
@eXest: you can show any old sitekey?
eXest
03-19-2011, 01:11 PM
@BfoX
Thank you very much for the response, here are 2 old sitekeys:
99111E4B03787552C84A37722
9790B264EE49B5DB7D69887D2
merzi
03-19-2011, 06:39 PM
I can registered with example of narciszu:
+ Key Level : 16353
+ Key Options : 3-4,6-10,12-16
Key Validation - OK
Creating Key - 0000 FFCD 36E1 3FDF 3700 0051 74
Encrypting Key - 84E6 2B71 DF71 4B0C 6327 4404 A6
----------------------------------------------------------
But 2 of a 4 possibility unchecked. So I have question to narciszu:
This is Key Options(3-4,6-10,12-16) potentialities of program? For example,what Key Level for (3-4,6-16) or (2-4,6-16) of Key Options? I impossible how do you count this(Key Level). In program available BackupService - Key Level (11) affect he or no? Easy Licence AND Number Of Licences - what is that used for, influence on what?
For example for turn on all 4 possibility i used:
---------------------------------------------------------
+ Key Level : 16353
+ Key Options : 0-16
Key Validation - OK
Creating Key - 0000 F6CD 36E1 3FFF FF00 00B1 1A
Encrypting Key - 01BA BC97 7E5C F277 E94D 041F 50
--------------------------------------------------------
-worked.
E-Man
03-19-2011, 09:21 PM
@BfoX
This is actually a very smart question. I think you and I are on the same train of thought here. Might you know how to find out (besides trial and error) the correct key level/option combination?
App: Maxsea Timezero
@almodaro: upload the target soiftware
@e-man: imho, GetAuthorization() and GetLevel()
mooch911
03-22-2011, 01:33 PM
Hello, I've been looking for ckinfo for a while now. Clicked on every potential link to the exe in this thread with no success. Even registered at a couple of sites in links posted also with no success.
If someone could please upload it or point me to the right place, that'd be tremendously appreciated.
Thanks.
rami_rez
03-22-2011, 05:39 PM
why so serious?
hccp://www.multiupload.com/9QEUZ5DPXI
mooch911
03-24-2011, 12:14 AM
@rami_rez Much thanks... :)
yani75
03-29-2011, 10:59 AM
i found in crp32002.ngn
....masterKey.name=[%s] name=[%s]
InitCrypkey cryput.dll %ryp$5f @rp&516f 6dl3 CRP32DLL.DLL init_crypkey_thunk ModuleNum=%d path=%s
m%d tb2 %d ERROR:EndCrypKey called without init
F=%s E=%d 5051 53C4 2895 4762 91 get_site_code1 Get_Site_Code CHECKAUTH: %s called before GetAuthorization - GetAuth internal call r=%d
GetAuth (main) authorized ret=%d
GetAuth (main) not authorized ret=%d
Checking WM
742961ff378ed1cb1c25fa7bb4ee881c3b3a7e294d34a46601 20688be538874b1e586424e6eba7fe271ba31a066a747951fc a7e0eab433cfdea9c33e9804dbba19e6bd2177c28b29d742ea 8066e330fe7413972330efbf9717f1738d09e708fb5a4595be b347284431536db26badcd7fca1672fc1625cfc8ec9819fff9 2468f0 usb GETAUTH ERR: SiteKeySeats=%u......
Is it the masterkey?
@yani75: is not. try to search inside the target applications
yani75
03-30-2011, 04:46 AM
Sorry but i don't found nothing ......
I attack the program by Olly but nothing, i search for 5 hours....
If i share the file could you search it for me and tell me if exist.....please?:( :( :( :(
sparpacillon
03-30-2011, 07:00 AM
@yani75
maybe is better... there are too much useless posts :)
yani75
03-30-2011, 10:54 AM
The file
http://www.megaupload.com/?d=HUO1LTHK
sparpacillon
03-30-2011, 11:19 AM
omg... always max sea. seems a nightmare :D
yani75
04-06-2011, 07:40 AM
:D
It' a great program for navigation and fishing...
However there are a lot of this program ...like Fugawi Marine ENC...
Any news for Time zero??
salamander12
04-12-2011, 08:48 PM
The program is maxsea time zero downloaded from previous posts and requires 28 digit activation code. The code i can generate is only 26 digits long. How am i wrong?Obfuscation problems?(I saw blowfish.dll inside maxsea directory)
sitecode: ABA4 AEA3 4DB7 8C12 2A (AS EXTRACTED FROM DUMP FILE)
userkey:CABB98AA64D7112CE12C61
masterkey:aad328231cab87079bfd8e64763318b062a18cb0 137b846b56be3a064ad04fa0d086c57e66a1878f41d807613b ceb890f7ef0348018a65632de5446b69e441fb49566e16a4bb f4ea8fa1929b3f3f25f773c4176940dbc2a451b8b1d43f1f8a 84c7c222086fea4e1137960ad90a17542f802d03a2918da417 40a922564a30c52f
blowfish key 4B7A70E9h
activation code?
Thanks in advance
"blowfish key 4B7A70E9h"
Wrong BlowFish Key
salamander12
04-15-2011, 09:00 AM
http://www.mediafire.com/file/o7eu9p8p3r3zq9f/BlowFish.dll
http://www.mediafire.com/file/hag33ycfwp652r5/PUB.KEY
thanks again
mr.smart
04-26-2011, 06:15 AM
Hi mates,
i'm a newbie in re. I've tryed to find master and userkey in the following software. I'm read the first post and found nothing.
Maybe anybody have a new solution or a step for step tut.
Here the link for soft:
http://www.megaupload.com/?d=NZSQ8O3U
Thanks for your help.
sparpacillon
04-26-2011, 03:28 PM
@mr. smart
UserKey=F33F52B4C6E1EB652E911E105A
btw it is useless for your usage, since site code is obfuscated :)
bye
@mr.smart:
MasterKey=CB02DFE1E07D8635E851C7BDC39930717738719E 830B26E9AB783A0ADEBE53C39A2EBDEBBFD3D64F830CAFC3DE D0076B1116AC6AC9443E5AC4E96BF6A3B953A1273E687E8571 4A5DA022AA3DD0D881F60AB023A5844FBCD718D3AD624DC427 48D2B55A601F4FF0C6478823A27B3344585203192C30E864CA 33CB48423DE04D0D
if you want :)
sure, obfuscated:
1298 06A7 2229 BE83 7F8E AF1C
and real
1D8B AA2D B337 8EAF 1C
mr.smart
04-27-2011, 01:14 AM
Hi mates,
@BfoX and sparpacillon
thanks for your help.
Its possible to tell me how you find all the information. I will try it by myself and use the result for make the soft running. But i want it do by myself, i need only a few tips.
@BfoX
Maybe you can explain me where you found, how to decrypt the obfuscated code.
The only what i see is the last digits are the same, but how calculate the first sequences?
Thanks.
if you dump the crp32002.ngn you can see UserKey/MasterKey...
mr.smart
04-27-2011, 04:36 AM
if you dump the crp32002.ngn you can see UserKey/MasterKey...
Thanks mate, i've done this:
1. start my app
2. go to activation screen
3. start petools
4. look for crp32002.ngn
5. make a full dump with petools
6. open the dump in olly
7. i found the master and userkey with ultra string reference plugin in olly
Thanks men.
Now i've seen this lines, i mean this was the clear code. Not obfuscated and the decryption ? , maybe anybody can explain it.
0165 D5F1 F70C 85A3 40
%02d-%02d-%02d %02d:%02d:%02d
%02d-%02d-%02d %02d:%02d:%02d
The next prob are the key options, how can i find this one?
Thanks
0165 D5F1 F70C 85A3 40 is cleared SiteCode
mr.smart
04-28-2011, 01:35 PM
0165 D5F1 F70C 85A3 40 is cleared SiteCode
Thanks, maybe you can explain how to find the key options.
hohosanta69
05-10-2011, 08:27 AM
The program is maxsea time zero downloaded from previous posts and requires 28 digit activation code. The code i can generate is only 26 digits long. How am i wrong?Obfuscation problems?(I saw blowfish.dll inside maxsea directory)
Like Salamander, I can only produce a 26 digit code and MaxSea Time Zero wants a 28 digit one. I see blowfish is being used, but I don't know how to deal with that unlike salamander who provided a key.
Heres what I've located and used ->
Site Code:
015F 1B7B 1B9F F446 00
User Key:
CA BB98 AA64 D711 2CE1 2C61
Master key:
aad328231cab87079bfd8e64763318b062a18cb0137b846b56 be3a064ad04fa0d086c57e66a1878f41d807613bceb890f7ef 0348018a65632de5446b69e441fb49566e16a4bbf4ea8fa192 9b3f3f25f773c4176940dbc2a451b8b1d43f1f8a84c7c22208 6fea4e1137960ad90a17542f802d03a2918da41740a922564a 30c52f
Then with ckinfo ->
Key Information...
+ Site Code : 015F 1B7B 1B9F F446 00
+ Plaintext Password : WWGNW7>WGZ
+ Easy Licence? : Yes
+ Key Level : 65535
+ Key Options : 1-16
Key Validation - OK
Creating Key - 0000 015E E9FF FFFF FF00 00F7 35
Encrypting Key - 3BE0 D0AE 518F 7CD3 1D84 8F07 10
Should I be doing something different here, any guidance would be appreciated.
sparpacillon
05-13-2011, 01:34 PM
after registering the app, where whould be inserted the UNLOCK MODULES code?
someone can kindly make a screenshot? :)
wakid
05-13-2011, 09:20 PM
Greets. I'd like to try my hand at fishing for the plain Site Code for a CrypKey 7.1 target program.
The obfuscated Site Code was XXING1 NWVX59 WPNXVV Y61X1P XXXDRX VXXK5I. It changed to XXIG4X 2NKSY9 GNM2S4 Y61X1P XXXDRX VXXK5R when the clock was set forward to trial expiry and it stays expired for now.
At both instances before and after expiry, Ollydbg Ultra String Reference found nothing from crp32002.ngn or <prog>.exe dumping at prog activation page run. Kinda stealth.
And PE Explorer found FE02 6835 D3E7 A293 BF at the very end of crp32002.ngn dump file but ckInfo v1.13 gave no joy.
http://img51.imageshack.us/img51/7853/ckinfoimg.jpg
How else can I defeat CrypKey jigsaw puzzle (short of reverse engineering) to produce a Site Key?
I hope to get a few further hints or pointers from you wise guys. Thanks.
Target program download (http://www.anonymz.com/?http://support.eisi.com/downloads/NaviPlan/3s2j5df/NPS/Gen_Central_NPS_Offline.exe) (87 MB)
Dr Pete
05-14-2011, 02:56 AM
Work the problem backwards, ignore the site code.
You have master key & user key with hash values.
Make your own script for ckinfo & generate a good site key.
You by chance grabbed the original site key that gives you the trial?
Don't put it in the box where it asks, after you generate put where on your system site key resides. Replace unreadable site key with 26 byte key you generate. Usually documents & settings under xp, program data under 7.
Make sure you can view the o/s files under folder view.
Have fun
sparpacillon
05-14-2011, 05:32 AM
or use sdk to write your own little tool to call get_sitecode2() for your app.
@wakid you should search better.. your sitecode is where you already searched..
just look after get_sitecode1() into the dump and you wil see it:)
now you should find options / levels and of course if you want you can understand how obfuscation works. i suggest you to dig into EISIcrypto.dll
The most important thing for MaxSea
BlowFish Key->
UCHAR Key[] =
{
0xAA, 0x6F, 0xA7, 0x8D,
0xF9, 0x5E, 0x64, 0xCF
};
1) Decode Site Code with BlowFish algo
and receive "deobfuscated" Site Code
2) Encode Site Key with BlowFish algo
and receive "obfuscated" Site Key
narciszu
05-14-2011, 01:15 PM
Name: MaxSea
Version: 12.6.4.1 with CM93v3 Issue505 Professional (update Apr.2011)
Creator: www.maxsea.fr
Interface: multilingual
OS: Windows XP / Vista / Seven
Size: 2.9 Gb
Download in one piece:
http://www.filesonic.com/file/918958774/mase12641one.rar
http://letitbit.net/download/35588.3e1cbe9701b5b9ca20ab769d1109/mase12641one.rar.html
http://vip-file.com/download/94501132.b9ca20ab769d1109/mase12641one.rar.html
Download splitted in multiple parts:
http://www.filesonic.com/file/917002554/mase12641.part01.rar
http://www.filesonic.com/file/917078834/mase12641.part02.rar
http://www.filesonic.com/file/917182424/mase12641.part03.rar
http://www.filesonic.com/file/917191084/mase12641.part04.rar
http://www.filesonic.com/file/917545951/mase12641.part05.rar
http://www.filesonic.com/file/917584784/mase12641.part06.rar
http://www.filesonic.com/file/917600964/mase12641.part07.rar
http://www.filesonic.com/file/917685981/mase12641.part08.rar
http://www.filesonic.com/file/917912494/mase12641.part09.rar
http://www.filesonic.com/file/917959334/mase12641.part10.rar
http://www.filesonic.com/file/917857021/mase12641.part11.rar
http://www.filesonic.com/file/917900191/mase12641.part12.rar
http://www.filesonic.com/file/917002544/mase12641.part01.rev
http://letitbit.net/download/19156.152512144ee646236ada2e200a59/mase12641.part01.rar.html
http://letitbit.net/download/66269.6ef4f049402c5dd24a6934552941/mase12641.part02.rar.html
http://letitbit.net/download/80057.87e7c6576a24a645f856cd5696b6/mase12641.part03.rar.html
http://letitbit.net/download/57730.57c0101f0223ca22eca58e08d935/mase12641.part04.rar.html
http://letitbit.net/download/38897.3e138f0d47ed080736eeb485cb98/mase12641.part05.rar.html
http://letitbit.net/download/17883.1d8e828fa9e6fd9adc2d85f1c3b9/mase12641.part06.rar.html
http://letitbit.net/download/40062.416e083ec6a87aa884172cc052d3/mase12641.part07.rar.html
http://letitbit.net/download/78201.7efbc342f250c282774bb05e221e/mase12641.part08.rar.html
http://letitbit.net/download/32545.318fe58139b1a71bbb9b7914fbae/mase12641.part09.rar.html
http://letitbit.net/download/58000.5347c71fc5313982becaa09d6955/mase12641.part10.rar.html
http://letitbit.net/download/83815.8d5d02338aa68e439c2d0ff7b104/mase12641.part11.rar.html
http://letitbit.net/download/27739.2c78476d699493c3b3911504a54f/mase12641.part12.rar.html
http://letitbit.net/download/32877.36e80571e5b5b18983fdec1ff7fa/mase12641.part01.rev.html
http://depositfiles.com/files/tcmo09ofr
http://depositfiles.com/files/25aov8z6k
http://depositfiles.com/files/0bjvolbaf
http://depositfiles.com/files/rzg68t1rx
http://depositfiles.com/files/0tixl0vea
http://depositfiles.com/files/rz164fdne
http://depositfiles.com/files/a2f85rmw6
http://depositfiles.com/files/lijkil95c
http://depositfiles.com/files/cgkpa0qf1
http://depositfiles.com/files/knpqc4qmr
http://depositfiles.com/files/z7sy47h25
http://depositfiles.com/files/4g2uchbb2
http://depositfiles.com/files/glkwmj6sd
Part on depositfiles.com, filesonic.com, letitbit.net interchangeable
P.S. This is not my upload and I don't tested it yet. Now I downloading. Unfortunately I don't have premium account on those sites and download speed is very limited.
sparpacillon
05-14-2011, 02:19 PM
those are only maps. there is not the app.i found this on the net few days ago.
these are my results until now with maxsea time 0.
http://img193.imageshack.us/img193/7650/img14052011200340.png (http://imageshack.us/photo/my-images/193/img14052011200340.png/)
Uploaded with ImageShack.us (http://imageshack.us)
This is not a warez forum, it is a reverse engineering discussion forum.
Git
joedo
05-16-2011, 07:41 AM
Hi! I'm newbie here, can some one upload "ckinfo" please. I tried all the links but all dead,:D Thanks.
narciszu
05-16-2011, 11:05 AM
[Please DO NOT quote whole messages, it is unnecessary]
Check this (http://reteam.org/board/showpost.php?p=26580&postcount=172). Link is still alive. You need to search.
manalet
05-16-2011, 12:49 PM
[Please DO NOT quote whole messages, it is unnecessary]
Hello sparcillon
can make a tutorial to find activation code
thanks
joedo
05-16-2011, 04:17 PM
@narciszu!
Thanks, i did search couple days and followed the link, the file still there but can not download, i lick slow download, the button grey-out and stayed there for hours, any help please.
Joe.
joedo
05-16-2011, 05:14 PM
http://img9.imageshack.us/img9/2227/cki.th.png (http://imageshack.us/photo/my-images/9/cki.png/)Hi!
Thanks, i found the link from Rami rez post #195. After followed instruction, i got this error, do not know what's wrong? any help thanks in advance.
Joe
Sergeys_BY
05-17-2011, 03:30 PM
Hello to all. Who can help me with obfuscated codes? I have next codes
Site code - 2C74 A967 C1D6 9B00 0EB3 3C4A 0D
Master key "5E2B55459462DC1C943F8FE37BDE2A9E46D0B5E8C4EF"
and userkey
C6EE118A389A96C81EEA150ACD or
DF82CE092CAD8F2B21956F36E4
Thanks to all in advance.
P.s. sorry for my English. )
Program is genesis32 (scada from iconics) v7.2
http://radikal.ua/data/upload/c2184/04012/0aa3e0701a.jpg
narciszu
05-17-2011, 05:30 PM
Userkey
C60ACDEE118A389A96C81EEA15 real
C6EE118A389A96C81EEA150ACD obfuscated
CrypKey Copy Protection Information v1.13
Parsing Key - C60A CDEE 118A 389A 96C8 1EEA 15
Decrypting Key - 1008 0A0A 0809 0808 0809 0606 00
Key Validation - OK
Formatting Key :
080A0A080908080809060600
¦----------------------+
¦--- Password - GWWGNGGGN77
¦--- Password Number - 1599385124
¦--- User Key Hash (1) - 0x5A
+--- User Key Hash (2) - 0x0068
Press any key to continue...
MASTERKEY
5E2B55C4EF459462DC1C943F8FE37BDE2A9E46D0B5E8 real
5E2B55459462DC1C943F8FE37BDE2A9E46D0B5E8C4EF obfuscated
CrypKey Copy Protection Information v1.13
Parsing Key - 5E2B 55C4 EF45 9462 DC1C 943F 8FE3 7BDE 2A9E 46D0 B5E8
Decrypting Key - 8800 0000 3809 4745 4E4C 4943 3332 2E45 5845 0000 F2F5
Key Validation - OK
Formatting Key :
0000 3809 47454E4C494333322E4558450000 F2F5
+--¦ ¦--+ ¦--------------------------+ ¦--+
+- Allow Modules -+ ¦ +--- Filename - GENLIC32.EXE +---- Key CRC - 0xF2F5
¦- WinNT16? - Yes ¦--- Account Number - 312
¦- WinNT32? - Yes ¦--- Application Id - 2
+- Network? - Yes +--- Company Number - 7956312
Press any key to continue...
Obfuscated is in fact shifted.
joedo
05-17-2011, 05:33 PM
@WRP!
Maybe stupit question, but could u explain little bit clear "how to use BlowFish algo and where to get it, or u can show the link" thanks in advance.
Joe
Sergeys_BY
05-18-2011, 12:44 AM
narciszu great thanks to you for help. But i can't get a real site code from obfuscated -
2C74 A967 C1D6 9B00 0EB3 3C4A 0D
Help who can. Thanks to all who replied.
sparpacillon
05-18-2011, 02:52 AM
@sergeys
where is your app setup?
Dulan
05-18-2011, 03:54 AM
@sparpacillon can you please post on how did you get MXT0 activated please ?
sparpacillon
05-18-2011, 04:53 AM
first way: with key kindly given by WRP deobfuscate your sitecode, generate your sitekey, obfuscate it and run..
second way: talk directly with crypkey server, giving correct userkey and masterkey and app name to obtain the real sitecode, and answer giving the appropriate sitekey and run..
Sergeys_BY
05-18-2011, 05:00 AM
sparpacillon
https://rapidshare.com/files/1147249097/SoftLic.rar
This is license utility for scada system Genesis32 from iconics. There are all codes in this utility. Thank you for help. You really help me :)
narciszu
05-18-2011, 06:46 AM
Obfuscated site codes (marked with red) vs. Real codes (marked with blue). - For ICONICS32 v7.2
1860 3C65 DE66 A42F 05A6 7255 F4 // DFE7 174D F70E 55CB E7
D3C9 1121 703E 172C F463 49EA D0 // D2A6 DCCA F793 5A4D F3
D495 2186 70F0 D68E 4163 49EA 40 // D372 EC2F F755 19AF 40
A7CC 3C99 6C5A 1C2F 05A6 6252 A4 // DFB2 A6A9 F732 E3BF 5F
1095 95F9 EA2F CD27 3CF1 6EDB 67 // DE29 74E1 F725 0926 18
Maybe you could find the algo for obfuscation.
Sergeys_BY
05-18-2011, 07:06 AM
Thank for reply. I will try this, but I think that i i doomed to failure.
Maybe WRP can help?
2C74 A967 C1D6 9B00 0EB3 3C4A 0D
sparpacillon
05-18-2011, 07:13 AM
why guessing.. if sergeys upload his app we can find it
Sergeys_BY
05-18-2011, 07:20 AM
I think, that link (https://rapidshare.com/files/1147249097/SoftLic.rar) contains License Utility (GenLic32.exe), which you can open with Ollydbg and find all codes and keys
But, i uploading all app (Sorry, My upload speed is low).
When upload is finish, i will reply.
Dulan
05-18-2011, 08:04 AM
[Please DO NOT quote whole messages, it is unnecessary]
(referring to the 2nd method)
can you explain this method in more detail please ?
I think the second method would allow to bypass other program key obfuscation methods
PS: To mod that edited my message, I quoted only half of the message and not the whole thing
Dr Pete
05-18-2011, 10:56 AM
Guessing 2nd method you might not want to use? He should have put :D this is contacting vendor with codes. Might not want to do this?
You don't learn as much, first method is teaching yourself.
Working on deobfuscate site code.
Make sure you have fun while learning!
I am trying to wrap head around the WRP deobfuscate, most of the rest is easy.
Dulan
05-18-2011, 11:32 AM
@Dr Pete
the second method is more universal when you have all 3 codes and the only thing that stands between you and the registration is the added product obfuscation, also you don't need to contact the vendor just direct send data to crypkey service on your PC duh !
And for the first method you just decompile the app with reflector then gather all the needed code and build a new app with needed stuff for deobfuscating the serial
Sergeys_BY
05-18-2011, 11:56 AM
Who can deobfuscate this site code ?
2C74 A967 C1D6 9B00 0EB3 3C4A 0D
I think that uses blowfish algorithm...
sparpacillon
05-18-2011, 12:26 PM
@sergey
OBFUSCATED:
2C74 A967 C1D6 9B00 0EB3 3C4A 0D
DEOBFUSCATED:
DE21 0D90 F7E3 82B5 16
Sergeys_BY
05-18-2011, 12:46 PM
Great thank you! But it don't work...
I have uploaded my app 50% already. I think, that maybe easily for you to find a codes
Dr Pete
05-18-2011, 04:10 PM
sparpacillon, please share how to DEOBFUSCATE.
I assume all crypkey solutions will not be the same.
I use master key with user key to generate site code to put into sdk. This gives good key only if you put into file yourself, if you put into program always gives error with wrong key. Have to go both ways, DEOBFUSCATE then OBFUSCATE for keys to work?
Thanks
Sergeys_BY
05-18-2011, 04:45 PM
I upload all app. It is SCADA genesis32 v 7.1 from Iconics. You can download from here
If download press "Бесплатно" and after 1 minute waiting downloading will start
Part1 (http://depositfiles.com/files/mwkr22o2l)
Part2 (http://depositfiles.com/files/91msjvxog)
Part3 (http://depositfiles.com/files/5nqaa4s7g)
Part4 (http://depositfiles.com/files/m5gyinwmo)
Part5 (http://depositfiles.com/files/h6n6ux12k)
Part6 (http://depositfiles.com/files/puqk1pyvp)
How to install
1) First of all, you must extract the archive and write this on CD (Maybe you can install without CD,but i can't. I think this is protect from copy)
2) Secondly, after that, when you open Autorun (RunMe.bat) you can see menu with several items. We need first (GENESIS32).
P.s. during instalation always press next.
3) When installation finish, you must install license utility. This can be done in main menu or pressing next after installation.
4) Since I living in Belarus (Our language is Russian and all labors understand only Russian) I install 71_Localization_Pack & Russian documentation.
That all with install.
Now, I tell that I found.
When I open the file (genlic32.exe) with Ollydbg I found next codes
C6EE118A389A96C81EEA150ACD
5E2B55459462DC1C943F8FE37BDE2A9E46D0B5E8C4EF
DF82CE092CAD8F2B21956F36E4
and code, which I give from manual activation (you can see it on screenshot)http://radikal.ua/data/upload/c2184/04012/0aa3e0701a.jpg
All codes are obfescated. But, Due your help I received the following codes:
Userkey
C6EE118A389A96C81EEA150ACD obfuscated
C60ACDEE118A389A96C81EEA15 deobfuscated
MASTERKEY
5E2B55459462DC1C943F8FE37BDE2A9E46D0B5E8C4EF obfuscated
5E2B55C4EF459462DC1C943F8FE37BDE2A9E46D0B5E8 deobfuscated
Special thank to narciszu.
And site code
OBFUSCATED:
2C74 A967 C1D6 9B00 0EB3 3C4A 0D
DEOBFUSCATED:
DE21 0D90 F7E3 82B5 16
Special thank to sparpacillon
Site key will next - F538 46F6 C12F DB59 7919 CC7C FB
I did all, that was said in first post, but it don't work.
(http://radikal.ua/data/upload/6895e/49112/4038b26ea1.jpg In Enlish: error utility licensing. Make a mistake while entering key)
Help me please, I haven't slept for 2 days trying to get site key.
Thank you for reading and advance.
Dulan
05-19-2011, 10:43 AM
@Sergeys_BY I don't think anyone would want to download from depositfile host as it is super slow and it will take days to download from it
Sergeys_BY
05-19-2011, 10:50 AM
ok. I'll try to upload on rapidshare.
vBulletin® v3.6.4, Copyright ©2000-2018, Jelsoft Enterprises Ltd.