View Single Post
  #3  
Old 10-18-2006, 14:47
souz souz is offline
Friend
 
Join Date: Jan 2005
Posts: 134
Rept. Given: 0
Rept. Rcvd 26 Times in 18 Posts
Thanks Given: 13
Thanks Rcvd at 86 Times in 35 Posts
souz Reputation: 26
Thanks. I just put obtained seeds and vendor info and compiled the SDK 10.8.0.6.
Lmcrypt.exe signes my license.
Cause in old license file there is not CRO(TRL) ECC, so i decided to:

#define LM_STRENGTH LM_STRENGTH_DEFAULT
#define LM_SEED1 seed1
#define LM_SEED2 seed2
#define LM_SEED3 random seed

//cause i dont use the TRL
#define TRL_KEY1 0x0
#define TRL_KEY2 0x0

original expired license has 20 chars signature.

so i set it to zero and sign with compiled lmcrypt.

new signature is 12 chars long as normally, but daemon does not accept the license.

Is it possible to make 20-chars long signature to test the lmcrypt?
*****************************************************
CrackZ,

now i make some tests:
i generate the daemon and lmcrypt with same name as original vendor name
and look in debugger:
generated
VENDOR_KEY1
VENDOR_KEY2
VENDOR_KEY3
VENDOR_KEY4
VENDOR_KEY5
in my daemon is identical to generated with vkey10.exe

but for the SAME name in ORIGINAL daemonm, all these code are different!
that what i mean 'difference'

Last edited by souz; 10-18-2006 at 16:32.
Reply With Quote