------------------- ePass2003 Software Developer's Kit ----------------------

This folder comprises samples for PKCS#11 for VC

------------------------------ Folder Content List ------------------------------

EnumObj         Sample to enumerate different objects stored on the token

exportcert      Sample to export certificate attributes

FormatKey       Sample to initialize the token and set token parameters

GetUSBInfos     Sample to get slot and token information

PKCSDemo        Sample to show RSA encryption/decrytion, signature and 
                verification operations

PKCStest        Sample for DES/3DES/RC2/RC4/RSA encryption/decryption

ECCdemo         Sample for generate ECC key pair through PKCS#11 interface 
                which used to sign and verify
                
HMACTest        Sample for generate GENERIC SECRET key to verify with HMAC-SHA1

InitToken       Sample for initialization using PKCS#11 interface, and character
                exchange between ANSI and UTF8
                
WrapDemo		Sample for wrap symmetric key by using asymmetric key and unwrap asymmetric key by using
				symmetric key
                

---------------------------------------------------------------------------------
NOTE: 
Besides Microsoft Visual C++, please install Microsoft Platform SDK and add
the include and lib folder in Platform SDK to the Visual C++ IDE.

(For VC6.0, select Tool-->Options... menu and in the popup dialog, enter 
Directories tab and add directory path to include and lib section.)