KMLIB Sample Applications

Three sample applications are provided with the product, together with a makefile to demonstrate how to build the samples. The sample applications are:

>Generate a DES key and an RSA key pair (Sample1.c)

>Export a DES key file for key backup (Sample2.c)

>Import a DES key to file for key recovery (Sample3.c)

Unix and Win32 versions are provided. The makefile will compile the three samples into executable files. Use the following commands to do this:

>Win32: nmake -f nt.mak

>Unix: gmake -f Makefile