Log in

View Full Version : flexlm vendor_keys problem


nebular
August 26th, 2006, 09:13
vendor_key1、0xd94227e0
vendor_key2、0x75756e51
vendor_key3、0x6548e28b
vendor_key4、0x29c63e30
crokey 0xd20e7e67, 0xa8160f2f
EncryptionSeeds 0xac3749b1, 0x3b6bc2f8
problem? how can i get vendor_key 5?
this is a java program,and i get the keys and seeds from a class file,but no vendorkey5

FoxB
August 26th, 2006, 10:44
you can provide daemons vendor name? and version of daemon?

wbr

nebular
August 26th, 2006, 16:35
ndor name strand
version 9.5

FoxB
August 27th, 2006, 01:37
/* Version 9 keys */
#define VENDOR_KEY1 0x515314c2
#define VENDOR_KEY2 0x2488a035
#define VENDOR_KEY3 0xca422111
#define VENDOR_KEY4 0x56c61298
#define VENDOR_KEY5 0x726342c4

#define CRO_KEY1 0x92f35ec0
#define CRO_KEY2 0x16943397

#define VENDOR_NAME "strand"

FoxB
August 27th, 2006, 01:38
/* Version 10 keys */
#define VENDOR_KEY1 0x231b0a88
#define VENDOR_KEY2 0x876c9697
#define VENDOR_KEY3 0xbe1e8883
#define VENDOR_KEY4 0xd424a955
#define VENDOR_KEY5 0x726342c4

#define TRL_KEY1 0x10f68683
#define TRL_KEY2 0x6e80690a

#define VENDOR_NAME "strand"

nebular
August 27th, 2006, 02:51
when paste in to lm_code.h,genlic.exe says invalid key data

FoxB
August 27th, 2006, 03:15
For FLEXlm v9.2 key passed:

---------------Configuration: makefile1 - Win32 Debug--------------------
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
lmrand1 -i ..\machind\lsvendor.c
cl /c /nologo /c /I..\machind /I. /MT -I../h lmcode.c
lmcode.c
LINK /nologo /NODEFAULTLIB /OPT:NOREF /subsystem:CONSOLE lmnewgen.obj lmcode.obj lmgr.lib libcrvs.lib libsb.lib oldnames.lib kernel32.lib user32.lib netapi32.lib advapi32.lib gdi32.lib comdlg32.lib comctl32.lib wsock32.lib libcmt.lib /out:lmne
wgen.exe
if exist lm_new.c del lm_new.c
lmnewgen.exe strand -o lm_new.c
Upgrading from v7.2 FLEXlm license-key
cl /nologo /c /I..\machind /I. /MT /Folm_new.obj lm_new.c
lm_new.c
.......
-----------------------

and with LM_STRENGTH_113BIT also passed

--------------------Configuration: makefile1 - Win32 Debug--------------------
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
lmrand1 -i ..\machind\lsvendor.c
cl /c /nologo /c /I..\machind /I. /MT -I../h lmcode.c
lmcode.c
LINK /nologo /NODEFAULTLIB /OPT:NOREF /subsystem:CONSOLE lmnewgen.obj lmcode.obj lmgr.lib libcrvs.lib libsb.lib oldnames.lib kernel32.lib user32.lib netapi32.lib advapi32.lib gdi32.lib comdlg32.lib comctl32.lib wsock32.lib libcmt.lib /out:lmne
wgen.exe
if exist lm_new.c del lm_new.c
lmnewgen.exe strand -o lm_new.c
Upgrading from v7.2 CRO, using SIGN2= for more security
cl /nologo /c /I..\machind /I. /MT /Folm_new.obj lm_new.c
lm_new.c
...
------------------------------------------

FoxB
August 27th, 2006, 03:28
For FLEXnet v10.8.0 key passed:

-----------------Configuration: makefile1 - Win32 Debug--------------------
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
lmrand1 -i ..\machind\lsvendor.c
cl /c /nologo /c /I..\machind /I. /MT -I../h lmcode.c
lmcode.c
LINK /nologo /NODEFAULTLIB /OPT:NOREF /subsystem:CONSOLE lmnewgen.obj lmcode.obj lmgr.lib libcrvs.lib libsb.lib oldnames.lib kernel32.lib user32.lib netapi32.lib advapi32.lib gdi32.lib comdlg32.lib comctl32.lib wsock32.lib libcmt.lib /out:lmne
wgen.exe
if exist lm_new.c del lm_new.c
lmnewgen.exe strand -o lm_new.c
v8.1+ FLEXlm, non-TRL
cl /nologo /c /I..\machind /I. /MT /Folm_new.obj lm_new.c
lm_new.c
....
---------------------------------------------------------
and with TRL option also

---------Configuration: makefile1 - Win32 Debug--------------------
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
lmrand1 -i ..\machind\lsvendor.c
cl /c /nologo /c /I..\machind /I. /MT -I../h lmcode.c
lmcode.c
LINK /nologo /NODEFAULTLIB /OPT:NOREF /subsystem:CONSOLE lmnewgen.obj lmcode.obj lmgr.lib libcrvs.lib libsb.lib oldnames.lib kernel32.lib user32.lib netapi32.lib advapi32.lib gdi32.lib comdlg32.lib comctl32.lib wsock32.lib libcmt.lib /out:lmne
wgen.exe
if exist lm_new.c del lm_new.c
lmnewgen.exe strand -o lm_new.c
v8.1+ FLEXlm, using TRL
cl /nologo /c /I..\machind /I. /MT /Folm_new.obj lm_new.c
lm_new.c
..
-----------------

FoxB
August 27th, 2006, 03:34
Quote:
[Originally Posted by nebular]when paste in to lm_code.h,genlic.exe says invalid key data



I not use genlic.exe - only VC and SDK.

wbr