|
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.
|