sope
May 14th, 2005, 04:48
Hello Everyone,
I have a target with the subject line. I successfully found Master Key, UserKey from the targets loaded modules ".dlls"
SiteKey from <productname.key>
Restriction Key from <productname.rst>
Entry Key from <productname.ent>
Using thewd's tools was able to understand information from master, user, site, restriction, entry key etc... Till here everything is ok.
My target programs gives me SiteCode as below
54F5 F3FD F765 7746 3AD3 91
after 14 days limit is over it gives me
C20D FFFF 6FDA D009 97B4 3F
Now if we use thewd's tools with the below parameter
ckinfo /sitecode 54F5 F3FD F765 7746 3AD3 91
we get an error 03 check code length.
if we use it with userkey option like below
ckinfo /userkey 54F5 F3FD F765 7746 3AD3 91
It gives this below info.
So the target is generating the Bad Userkey & not SiteCode. Is this strange ? or its new things?
Now to clarify doubts my doubts i began read the sdk & found a small note on Dynamic Encryption
We have increased the bit size of our Site Code and Site Key encryption. Never satisfied with good enough, we have also created a dynamic multiple encryption key scheme, so that encryption keys are constantly changing on the fly. This is truly a code breaker's nightmare. This also halts any attempts to create a rogue key generator.
Now my question how to deal with this things ? Shall one concentrate to make a SiteKey or patch it. Anybody experience in generating SiteKey for 6.1 ver.
Doubt No. (2) that i would like to clarify if someone has experience with it.
The SiteKey gives us Key Level & Key Options can we use this information or we have manually find from
GetAuthorization, GetLevel, GetOption ?
Please enlighten me.
Regards, Sope
I have a target with the subject line. I successfully found Master Key, UserKey from the targets loaded modules ".dlls"
SiteKey from <productname.key>
Restriction Key from <productname.rst>
Entry Key from <productname.ent>
Using thewd's tools was able to understand information from master, user, site, restriction, entry key etc... Till here everything is ok.
My target programs gives me SiteCode as below
54F5 F3FD F765 7746 3AD3 91
after 14 days limit is over it gives me
C20D FFFF 6FDA D009 97B4 3F
Now if we use thewd's tools with the below parameter
ckinfo /sitecode 54F5 F3FD F765 7746 3AD3 91
we get an error 03 check code length.
if we use it with userkey option like below
ckinfo /userkey 54F5 F3FD F765 7746 3AD3 91
It gives this below info.
Code:
Parsing Key - 0000 0000
Decrypting Key - D6D7 6E71
Key Validation - FAILED
Formatting Key :
D76E71
ÌÍÍÍͼ
ÌÍ Password - ???
ÌÍ Password Number - 2143625868
ÌÍ User Key Hash (1) - 0x1B6
ÈÍ User Key Hash (2) - 0x2233
Now to clarify doubts my doubts i began read the sdk & found a small note on Dynamic Encryption
We have increased the bit size of our Site Code and Site Key encryption. Never satisfied with good enough, we have also created a dynamic multiple encryption key scheme, so that encryption keys are constantly changing on the fly. This is truly a code breaker's nightmare. This also halts any attempts to create a rogue key generator.
Now my question how to deal with this things ? Shall one concentrate to make a SiteKey or patch it. Anybody experience in generating SiteKey for 6.1 ver.
Doubt No. (2) that i would like to clarify if someone has experience with it.
The SiteKey gives us Key Level & Key Options can we use this information or we have manually find from
GetAuthorization, GetLevel, GetOption ?
Please enlighten me.
Regards, Sope