Public Key Encryption Demo (PKE) : Source Code

copyright 1998, David Canright

This program was written using Borland C++ (ver. 3.0, 1991) using their Turbo Vision library for windows, menus, etc. Hence, you will be unable to compile my source code below without their library.

For those who don't need the entire source code, but are interested in the implementation of PKE algorithms, see

   pkesumry.txt
for the main cryptographic parts.

For those who really want it, the complete source code I wrote is in a header file and four C++ files:

   pke.h         : header file (common definitions...)
   pke.cpp       : main program
   pkehelp.cpp   : help windows
   pkekwin.cpp   : key windows
   pkemwin.cpp   : message windows

Back to Top

NOTE: All software made available through this page and subsidiary pages is supplied on an "as is" basis, with no warrantees of any kind. The author bears no responsibility for any consequences of using this software.

David Canright -- DCanright@NPS.edu