|
The Softlok 2 Key can be accessed
from most compilers running under Windows 95,98,ME,NT,2000 & XP. Drivers
are provided along with example installation code in Installshield and C.
Compiler support consists of library files and a DLL containing the Softlok 2
API that is added to the project. The API is very easy to use and implement
using just 4 functions for the standalone key providing access to the 240 bytes
of secure memory. NetSoftlok 2 described later has it's own API. |
|
slliird(password,adr,num,data)
This function reads num bytes from address adr in the
key using the password. sliiwr(password,adr,num,data)
This function writes the data to address adr in the
key using the password. sliich(password,newpassword)
This function changes the password.
sliirdesn(password)
This function reads the unique electronic serial
number programmed into each Softlok 2 key. |