Log in

View Full Version : Help with Flexlm 11.4 license


Hascker
February 21st, 2012, 08:47
Hello guys,


I compiled sdk 11.4 using crackz tools etc.
Also I think that i had success extracting the seeds.
I used seed 1 and seed 2 tried LM_STRENGTH_DEFAULT but result was different when changing seed 3
tried LM_STRENGTH_113BIT


Unluckily i dont have even a demo license. Checked target daemon and is 11.4. Checked for ECC with the tool but had no ECC.
There is a list having all features names.
I created a license and passed it with lmcrypt.
Server (mine) starts with that license ,and application recognises the feature but gives error Invalid (inconsistent) license key..

EDIT
OK i had success activating one feature by using a vendor string i found over the internet..
However some features i get error
bad encryption handshake with vendor daemon
Any idea what is the culprit?

istigatore
February 22nd, 2012, 13:54
Quote:
[Originally Posted by Hascker;91895]Hello guys,


I compiled sdk 11.4 using crackz tools etc.
Also I think that i had success extracting the seeds.
I used seed 1 and seed 2 tried LM_STRENGTH_DEFAULT but result was different when changing seed 3
tried LM_STRENGTH_113BIT


Unluckily i dont have even a demo license. Checked target daemon and is 11.4. Checked for ECC with the tool but had no ECC.
There is a list having all features names.
I created a license and passed it with lmcrypt.
Server (mine) starts with that license ,and application recognises the feature but gives error Invalid (inconsistent) license key..

EDIT
OK i had success activating one feature by using a vendor string i found over the internet..
However some features i get error
bad encryption handshake with vendor daemon
Any idea what is the culprit?


If your vendor dont use ECC, to build the new vendor, in the lm_code.h
leave blank the part about the lmseeds 1, 2 and 3 like this
-------------------------------------------------------------------
#define LM_SEED1
#define LM_SEED2
#define LM_SEED3

and use the option "LM_STRENGTH_DEFAULT"-->> standard SIGN sign length 12
--------------------------------------------------

The new vendor should work if the program use standard vendor_string....