============================================
    Directories and Instruction
============================================

CSPKeyTest
Generating RC2/RC4/DES/RSA key pairs by using
CSP API and using them to execute encryption
/decryption operation

--------------------------------------------
EnumCerts
List certificates by using CSP API

--------------------------------------------
EncryptDecryptFile
By using CSP API, based on user's inputted key,
deriving new dialog key to en/decrypt file

--------------------------------------------
ImportSelfSignCert
Create self signed certificate and import it into
token. Content imported only comprizes certificate
 and private key

--------------------------------------------
SignatureVerifySignature
By using CSP API, getting (or creating) Token's key pair
and then sign the data and verify the signature


PS: Besides Microsoft Visual C++, Please install
Microsoft Platform SDK and copy the include folder
 and lib folder in SDK to the VC's enviroment setting's 
directory (For VC6, it could be set from Tools->Options
in the Directories frame). Then the VC can compile and
link the program correctly.
