Reverse Engineering RET Homepage RET Members Reverse Engineering Projects Reverse Engineering Papers Reversing Challenges Reverser Tools RET Re-Search Engine Reverse Engineering Forum Reverse Engineering Links

Go Back   Reverse Engineering Team Board > Reverse Engineering Board > Reverse Code Engineering
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 09-07-2009, 04:26 PM
gnerogeem gnerogeem is offline
Senior Member
 
Join Date: Aug 2009
Location: Kalimdor
Posts: 553
Default Crypkey : How to get sitekey using cKInfo

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.

HTML Code:
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.



5. Then check those keys with ckinfo. See example below.

Master key

HTML Code:
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 - 7956300
User key

HTML Code:
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) - 0xF815
6. 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.

HTML Code:
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 9B
8. 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?...hlight=crypkey

http://bbs.pediy.com/showthread.php?...hlight=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/4d5ef..._Pack.rar.html
__________________
Pink is the new black.
Reply With Quote
  #2  
Old 09-07-2009, 08:30 PM
foffa foffa is offline
Senior Member
 
Join Date: Jul 2007
Location: %TEMP%
Posts: 344
Default

nice information thanks aloot

keep up the goood work
Reply With Quote
  #3  
Old 09-07-2009, 08:40 PM
gnerogeem gnerogeem is offline
Senior Member
 
Join Date: Aug 2009
Location: Kalimdor
Posts: 553
Default

I'm still learning, so if there is any mistake just tell me.
I'll take it as a reminder.
__________________
Pink is the new black.
Reply With Quote
  #4  
Old 01-28-2010, 08:00 PM
dreamsat dreamsat is offline
Junior Member
 
Join Date: Jan 2010
Posts: 1
Default

Thank you for information. May I ask you reupload tools. Link is dead. Do you have ckinfo 1.12?
Reply With Quote
  #5  
Old 01-29-2010, 04:16 AM
gnerogeem gnerogeem is offline
Senior Member
 
Join Date: Aug 2009
Location: Kalimdor
Posts: 553
Default

@dreamsat
Just google it.
These tools are scattered all over the internet.
__________________
Pink is the new black.

Last edited by gnerogeem : 01-29-2010 at 06:51 AM.
Reply With Quote
  #6  
Old 02-22-2010, 02:48 PM
evgo evgo is offline
Member
 
Join Date: Feb 2010
Posts: 11
Default About OllyDbg

I can`t find on the menu "ultra string references" in OllyDbg.May, some help!
Reply With Quote
  #7  
Old 02-22-2010, 04:28 PM
gnerogeem gnerogeem is offline
Senior Member
 
Join Date: Aug 2009
Location: Kalimdor
Posts: 553
Default

@evgo

This
__________________
Pink is the new black.
Reply With Quote
  #8  
Old 02-23-2010, 03:24 PM
evgo evgo is offline
Member
 
Join Date: Feb 2010
Posts: 11
Default

Quote:
Originally Posted by gnerogeem View Post
@evgo

This
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"

Last edited by evgo : 02-23-2010 at 03:44 PM.
Reply With Quote
  #9  
Old 02-23-2010, 03:38 PM
gnerogeem gnerogeem is offline
Senior Member
 
Join Date: Aug 2009
Location: Kalimdor
Posts: 553
Default

Just follow the tutorial.
__________________
Pink is the new black.
Reply With Quote
  #10  
Old 03-09-2010, 01:16 PM
evgo evgo is offline
Member
 
Join Date: Feb 2010
Posts: 11
Default

[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!

Last edited by Git : 03-10-2010 at 08:39 AM.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump





Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.