View Full Version : Help with time trial
me_de
10-19-2009, 06:23 AM
Hi, I am new at work with dongles. I have Sentinel SafeNet dongle with time trial option and it dos not work anymore.
I have tried it on another Comp with date back but still not work.
Is it possible to make it run, without time trial?
Thanks
cghots
10-19-2009, 07:32 AM
upload Program give a downlink.
SonofabiT
10-19-2009, 09:56 AM
@ me_de - There are several type of Sentinel SafeNet dongle such as sentinelPro, SuperPro, UltraPro, SHK etc.
Could you please little bit specific which one with you ?
When you have been identified your SafeNet product, then try to specify what kind of free emulator that you will use. Of course if your dongle would be supported with these free emulator. Also, I suggest you to choose the ones which will allow you to be flexible with dongle memory. ;) If you lucky, you will find a solution. ;)
now, search everythings such as hints from the whole thread, tools, etc which would be needed by yourself. :)
benito
10-20-2009, 05:49 AM
if we talk about hw timetrial, it can have only SHK
Both SSP and ULP were produced with a RTC option.
Git
benito
10-20-2009, 06:42 AM
really? could you show me the paper ? i always think it have only >SHK series
Where is stored tha time data? In some reserved cell or only internaly?
For ULP, look Eg at SFNTsntlReadLease command.
SP_STATUS SP_API SFNTsntlReadLease (
SPP_UPRO_APIPACKET thePacket,
SP_DWORD toolkitCellAddress,
SPP_UPRO_DATE dateValue,
SPP_WORD daysLeft );
thePacket IN SPP_UPRO_APIPACKET A pointer to the API packet already
initialized.
toolkitCellAddress IN SP_DWORD The Toolkit Cell Address of the Full
License element.
dateValue OUT SPP_UPRO_DATE A pointer to the structure that specifies
the expiration date. Memory needs to be
allocated for the buffer.
daysLeft OUT SPP_WORD A pointer to the memory location where
the number of days left will be stored.
Memory needs to be allocated for the
buffer.
Also, from SDK :
#define SP_SUPERPRO_FAMILY_KEY 0
#define SP_ULTRAPRO_FAMILY_KEY 1
#define SP_ULTRAPRO_FAMILY_RTC_KEY 2
#define SP_UNKNOWN_FAMILY_KEY 16
typedef struct tag_uproDate
{
SP_WORD year;
SP_WORD month;
SP_WORD days;
}SP_UPRO_DATE, *SPP_UPRO_DATE;
GetKeyType() returns different value in KeyFamily if RTC is present. USB command function 0x30 is KEY_FN_GETTIME to get date/time struct from clock.
Git
benito
10-20-2009, 07:10 AM
ok, then sorry for my mistake! :(
vBulletin® v3.6.4, Copyright ©2000-2020, Jelsoft Enterprises Ltd.