Log in

View Full Version : flexlm seeds


diazpi
November 23rd, 2005, 11:15
Hello

I found seed1 and seed2 for lmcode.h flexlm7.2g, and I don't now how I must do to find seed3 and seed4.

Could some one help me.
are they in _l_sg function ?

Thank You

PizzaPan
November 23rd, 2005, 13:01
Only ones you need is seeds 1 and 2, just fill the other 2 with junk, they dont seem to affect the outcome with a normal license behavior type.

Bra!NSHiT
November 23rd, 2005, 13:03
Hi,

i think u mean,

Code:

#define ENCRYPTION_SEED1 0x11111111
#define ENCRYPTION_SEED2 0x22222222
#define ENCRYPTION_SEED3 0x34543546
#define ENCRYPTION_SEED4 0x76758765


enc seed 3 & 4 are only for CRO/TRL ... u can`t locate or find out this seeds.
IF ur app has no CRO/TRL u can generate licenses now

Regards

diazpi
November 23rd, 2005, 13:13
Thank You very much